summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-09-03 12:03:37 +0000
committerjoerg <joerg@pkgsrc.org>2009-09-03 12:03:37 +0000
commitda04bd7b2e7ef0425ddfb860fa18c4e710d255e8 (patch)
treee0a090a70244f55e9dcaf32cdc0b3133d2b7b266
parentdde60fe0a44261c21c728d7c15f28026508386d3 (diff)
downloadpkgsrc-da04bd7b2e7ef0425ddfb860fa18c4e710d255e8.tar.gz
Don't pass down -I and -L without argument for X11_TYPE=modular.
-rw-r--r--mail/wmmail/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/mail/wmmail/Makefile b/mail/wmmail/Makefile
index 07b605a8ac5..1b569b50ca0 100644
--- a/mail/wmmail/Makefile
+++ b/mail/wmmail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2008/06/20 01:09:24 joerg Exp $
+# $NetBSD: Makefile,v 1.34 2009/09/03 12:03:37 joerg Exp $
DISTNAME= WMMail.app-0.64
PKGNAME= wmmail-0.64
@@ -13,13 +13,15 @@ PKG_DESTDIR_SUPPORT= user-destdir
NO_SRC_ON_FTP= already in MASTER_SITE_LOCAL
-DEPENDS+= windowmaker>=0.80.0nb1:../../wm/windowmaker
+#DEPENDS+= windowmaker>=0.80.0nb1:../../wm/windowmaker
USE_X11BASE= yes
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-PL-incs="-I${LOCALBASE}/include" \
- --with-PL-libs="-L${LOCALBASE}/lib"
+ --with-PL-libs="-L${LOCALBASE}/lib" \
+ --x-includes=${X11BASE}/include \
+ --x-libraries=${X11BASE}/lib
.include "../../devel/libproplist/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"