diff options
Diffstat (limited to 'mail/wmmail')
-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" |