diff options
author | tron <tron@pkgsrc.org> | 1999-02-02 10:34:40 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-02-02 10:34:40 +0000 |
commit | de579b7bb2a1aa5f32a94f6b5a9eb2234e9287ea (patch) | |
tree | 0a024dfd8e873667bdc3d0aa04350b08b1493bb3 /mail/wmmail | |
parent | 4984f62f399a24af80cfd7118986652b26d2fe68 (diff) | |
download | pkgsrc-de579b7bb2a1aa5f32a94f6b5a9eb2234e9287ea.tar.gz |
Make this work with seperate "libproplist" package and update dependence
for "windowmaker" package.
Diffstat (limited to 'mail/wmmail')
-rw-r--r-- | mail/wmmail/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/mail/wmmail/Makefile b/mail/wmmail/Makefile index fe692943c3f..413d630c3cd 100644 --- a/mail/wmmail/Makefile +++ b/mail/wmmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1999/01/30 23:18:51 agc Exp $ +# $NetBSD: Makefile,v 1.5 1999/02/02 10:34:40 tron Exp $ DISTNAME= WMMail.app-0.62 PKGNAME= wmmail-0.62 @@ -9,13 +9,16 @@ MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.eecg.utoronto.ca/~chanb/wmmail.html BUILD_DEPENDS+= automake:../../devel/automake -DEPENDS+= windowmaker-0.50.2:../../x11/windowmaker +DEPENDS+= windowmaker-0.51.0:../../x11/windowmaker CONFLICTS= wmmail-* USE_X11BASE= yes USE_GMAKE= yes GNU_CONFIGURE= yes +CFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +CONFIGURE_ENV+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" post-install: ${SED} -e 's#@@X11BASE@@#${X11BASE}#g' \ |