diff options
author | grant <grant@pkgsrc.org> | 2004-06-27 13:34:24 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-06-27 13:34:24 +0000 |
commit | 1f0ae11e459c64ee1946fefddf833cf317594a7d (patch) | |
tree | 13f30261dbf14da22e3a87f5b8e31573399f9ff7 /print | |
parent | 294a05b2482c4034247385054792cc758d34b64a (diff) | |
download | pkgsrc-1f0ae11e459c64ee1946fefddf833cf317594a7d.tar.gz |
replace bogus USE_PKGSRC_GCC with ONLY_FOR_COMPILER=gcc.
Diffstat (limited to 'print')
-rw-r--r-- | print/hpijs/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/print/hpijs/Makefile b/print/hpijs/Makefile index 910e492dd3f..b6295b72949 100644 --- a/print/hpijs/Makefile +++ b/print/hpijs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/06/27 13:33:29 grant Exp $ +# $NetBSD: Makefile,v 1.15 2004/06/27 13:34:24 grant Exp $ DISTNAME= hpijs-1.5 PKGREVISION= 1 @@ -16,11 +16,7 @@ USE_LANGUAGES= c c++ GNU_CONFIGURE= # defined CPPFLAGS+= -DAPDK_BUFFER_SEND -.include "../../mk/bsd.prefs.mk" - -.if ${OPSYS} == "SunOS" -USE_PKGSRC_GCC= # defined -.endif +ONLY_FOR_COMPILER= gcc do-install: ${INSTALL_DATA_DIR} ${LOCALBASE}/share/ppd |