summaryrefslogtreecommitdiff
path: root/mail/faces/Makefile
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2000-05-24 09:15:57 +0000
committeragc <agc@pkgsrc.org>2000-05-24 09:15:57 +0000
commitcc9643738190047a9b9d8d4b1db19174d8395851 (patch)
treefe303179b2c594eaf77a80cff6c74fd126b82150 /mail/faces/Makefile
parent905fee2d3889a0e9dbf5820d71f122003e39d0c7 (diff)
downloadpkgsrc-cc9643738190047a9b9d8d4b1db19174d8395851.tar.gz
More changes for Solaris - make this compile on Solaris systems where
the BSD make program is called "bmake".
Diffstat (limited to 'mail/faces/Makefile')
-rw-r--r--mail/faces/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/mail/faces/Makefile b/mail/faces/Makefile
index 2ad28129b74..dff7f9ef002 100644
--- a/mail/faces/Makefile
+++ b/mail/faces/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2000/05/21 16:50:04 kim Exp $
+# $NetBSD: Makefile,v 1.14 2000/05/24 09:15:57 agc Exp $
# FreeBSD Id: Makefile,v 1.5 1997/11/17 18:47:53 max Exp
#
@@ -31,7 +31,10 @@ post-install:
@${SED} -e 's|@localbase@|'${LOCALBASE}'|g' \
-e 's|@x11base@|'${X11BASE}'|g' < ${PKGDIR}/PLIST > ${PLIST_SRC}
-.include "../../mk/bsd.pkg.mk"
-.if (${OPSYS} == "SunOS")
-MAKE_ENV+= SVR4LIBS="-lnsl -lsocket -lgen" SYSV=-DSYSV32
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "SunOS"
+MAKE_ENV+= SVR4LIBS="-lnsl -lsocket -lgen" SYSV=-DSYSV32 CC=gcc CPPFLAGS=
.endif
+
+.include "../../mk/bsd.pkg.mk"