diff options
author | joerg <joerg@pkgsrc.org> | 2009-09-03 12:03:37 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-09-03 12:03:37 +0000 |
commit | da04bd7b2e7ef0425ddfb860fa18c4e710d255e8 (patch) | |
tree | e0a090a70244f55e9dcaf32cdc0b3133d2b7b266 /mail | |
parent | dde60fe0a44261c21c728d7c15f28026508386d3 (diff) | |
download | pkgsrc-da04bd7b2e7ef0425ddfb860fa18c4e710d255e8.tar.gz |
Don't pass down -I and -L without argument for X11_TYPE=modular.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/wmmail/Makefile | 8 |
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" |