diff options
author | tron <tron> | 1999-02-02 10:34:40 +0000 |
---|---|---|
committer | tron <tron> | 1999-02-02 10:34:40 +0000 |
commit | 42088af850a3b9b2438270074c7a7ebd05c7c4dd (patch) | |
tree | 0a024dfd8e873667bdc3d0aa04350b08b1493bb3 /mail/wmmail/Makefile | |
parent | f364837bc3e4f540267bf53e8115a6c40680148a (diff) | |
download | pkgsrc-42088af850a3b9b2438270074c7a7ebd05c7c4dd.tar.gz |
Make this work with seperate "libproplist" package and update dependence
for "windowmaker" package.
Diffstat (limited to 'mail/wmmail/Makefile')
-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' \ |