diff options
author | grant <grant@pkgsrc.org> | 2004-06-27 13:33:29 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-06-27 13:33:29 +0000 |
commit | b1d0a707bb2687ddbc64190da9b61f58de604538 (patch) | |
tree | 0bc3da89e593934d154bdd40595131cd783bd594 /print/hpijs/Makefile | |
parent | 90b30943b856a9adb693a63c4f65d23c36bdeb2e (diff) | |
download | pkgsrc-b1d0a707bb2687ddbc64190da9b61f58de604538.tar.gz |
this uses a c and c++ compiler.
Diffstat (limited to 'print/hpijs/Makefile')
-rw-r--r-- | print/hpijs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/hpijs/Makefile b/print/hpijs/Makefile index 5819d360e25..910e492dd3f 100644 --- a/print/hpijs/Makefile +++ b/print/hpijs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/06/03 11:53:05 cube Exp $ +# $NetBSD: Makefile,v 1.14 2004/06/27 13:33:29 grant Exp $ DISTNAME= hpijs-1.5 PKGREVISION= 1 @@ -12,6 +12,7 @@ COMMENT= HP inkjet printer driver server CONFLICTS= ghostscript<=6.01nb4 ghostscript-nox11<=6.01nb4 USE_BUILDLINK3= yes +USE_LANGUAGES= c c++ GNU_CONFIGURE= # defined CPPFLAGS+= -DAPDK_BUFFER_SEND |