diff options
author | Will Andrews <will@FreeBSD.org> | 2000-03-25 18:56:40 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-03-25 18:56:40 +0000 |
commit | 2c70f028a1061aeb3652c93d952da61e63c2107a (patch) | |
tree | 71fc377035ba2e18f9ff2583a4b58347a60beef2 /x11-wm/ude | |
parent | 135525619f4d52bea5debf617f3e9bfc61ac7a8f (diff) | |
download | ports-2c70f028a1061aeb3652c93d952da61e63c2107a.tar.gz ports-2c70f028a1061aeb3652c93d952da61e63c2107a.zip |
Clean up x11-wm/ude port.
PR: 17531
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes:
svn path=/head/; revision=27042
Diffstat (limited to 'x11-wm/ude')
-rw-r--r-- | x11-wm/ude/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-wm/ude/Makefile b/x11-wm/ude/Makefile index e70a8bee346e..79ab91e41d48 100644 --- a/x11-wm/ude/Makefile +++ b/x11-wm/ude/Makefile @@ -14,10 +14,12 @@ MASTER_SITES= ftp://download.sourceforge.net/pub/sourceforge/udeproject/ \ MAINTAINER= will@FreeBSD.org -LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm -BUILD_DEPENDS= ${LOCALBASE}/include/libintl.h:${PORTSDIR}/devel/gettext +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ + intl.1:${PORTSDIR}/devel/gettext USE_X_PREFIX= yes GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib -lintl" .include <bsd.port.mk> |