diff options
author | jlam <jlam> | 2001-01-25 15:57:25 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-01-25 15:57:25 +0000 |
commit | b5f331962d0da9c4853f01b544d144d26262cd78 (patch) | |
tree | 18d140f0c1328ff561bbe383f40dfdd81549ec7a /print | |
parent | 4274cb6db37880d4a7ec6cfcf23e7068b59ef41a (diff) | |
download | pkgsrc-b5f331962d0da9c4853f01b544d144d26262cd78.tar.gz |
Makefile uses GNU make-isms ... define USE_GMAKE.
Diffstat (limited to 'print')
-rw-r--r-- | print/xpp/Makefile | 3 |
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}" |