summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-03-25 18:56:40 +0000
committerWill Andrews <will@FreeBSD.org>2000-03-25 18:56:40 +0000
commit2c70f028a1061aeb3652c93d952da61e63c2107a (patch)
tree71fc377035ba2e18f9ff2583a4b58347a60beef2 /x11-wm
parentWhoops, I put this in the wrong category. (diff)
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')
-rw-r--r--x11-wm/ude/Makefile6
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>