summaryrefslogtreecommitdiff
path: root/print/xpp
diff options
context:
space:
mode:
authorjlam <jlam>2001-01-25 15:57:25 +0000
committerjlam <jlam>2001-01-25 15:57:25 +0000
commit21b293673de4e6da4e86c36345d9113e83c39f59 (patch)
tree18d140f0c1328ff561bbe383f40dfdd81549ec7a /print/xpp
parentac0265b3dfee5874c4bfe7e4fcb75810e57e265e (diff)
downloadpkgsrc-21b293673de4e6da4e86c36345d9113e83c39f59.tar.gz
Makefile uses GNU make-isms ... define USE_GMAKE.
Diffstat (limited to 'print/xpp')
-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}"