diff options
author | will <will@FreeBSD.org> | 2000-03-25 18:56:40 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-03-25 18:56:40 +0000 |
commit | c33678c3a6746c975bc239477157181b3459135a (patch) | |
tree | 87c936ef897106fe3a284c15e85d7db6414f262d /x11-wm/ude | |
parent | e8a6b72104946093dff52ff7138339021de0b55f (diff) | |
download | FreeBSD-ports-c33678c3a6746c975bc239477157181b3459135a.zip FreeBSD-ports-c33678c3a6746c975bc239477157181b3459135a.tar.gz |
Clean up x11-wm/ude port.
PR: 17531
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
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 e70a8be..79ab91e 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> |