summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-01-25 15:57:25 +0000
committerjlam <jlam@pkgsrc.org>2001-01-25 15:57:25 +0000
commitc4527c3354bc34bb4a99b5cf8f43bb3dbe82a088 (patch)
tree18d140f0c1328ff561bbe383f40dfdd81549ec7a /print
parent416458621b79ea43672bb36cffe5c535ccea7bc6 (diff)
downloadpkgsrc-c4527c3354bc34bb4a99b5cf8f43bb3dbe82a088.tar.gz
Makefile uses GNU make-isms ... define USE_GMAKE.
Diffstat (limited to 'print')
-rw-r--r--print/xpp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/print/xpp/Makefile b/print/xpp/Makefile
index dd5c7b97a99..fe8a9c5f170 100644
--- a/print/xpp/Makefile
+++ b/print/xpp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2000/12/15 20:07:16 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2001/01/25 15:57:25 jlam Exp $
DISTNAME= xpp-0.7
CATEGORIES= print x11
@@ -12,6 +12,7 @@ DEPENDS+= fltk>=1.0.9:../../x11/fltk
USE_X11= # defined
+USE_GMAKE= # defined
GNU_CONFIGURE= # defined
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
CONFIGURE_ENV+= LIBS="${LIBS}"