diff options
author | dinoex <dinoex@FreeBSD.org> | 2012-02-17 23:44:26 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2012-02-17 23:44:26 +0800 |
commit | f52856f41e3bd2fec4e7fdab4bf8f7db40979e50 (patch) | |
tree | 6b905a6ecb1ef56b546b1943281166b6893a4316 /print/cups-base | |
parent | e129a06989e8129906a502daa7b26783c7f00d85 (diff) | |
download | freebsd-ports-gnome-f52856f41e3bd2fec4e7fdab4bf8f7db40979e50.tar.gz freebsd-ports-gnome-f52856f41e3bd2fec4e7fdab4bf8f7db40979e50.tar.zst freebsd-ports-gnome-f52856f41e3bd2fec4e7fdab4bf8f7db40979e50.zip |
- add USE_ICONV to cups-client
Diffstat (limited to 'print/cups-base')
-rw-r--r-- | print/cups-base/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile index 90845f7ae640..5b65611fb90c 100644 --- a/print/cups-base/Makefile +++ b/print/cups-base/Makefile @@ -70,9 +70,11 @@ CUPSSYSGRP= wheel # UNIQUENAME must be set before bsd.port.pre.mk so OPTIONSFILE can be included .if defined(CUPS_CLIENT) +PORTREVISION= 1 LICENSE= LGPL21 CUPS_SUFFIX= -client .elif defined(CUPS_IMAGE) +PORTREVISION= 0 CUPS_SUFFIX= -image LICENSE= LGPL21 .else @@ -87,6 +89,7 @@ CONFLICTS+= cupsddk-* COMMENT2= Library cups INSTALL_WRKSRC= ${WRKSRC}/cups PLIST= ${MASTERDIR}/pkg-plist.client +USE_ICONV= yes USE_LDCONFIG= yes PKGMESSAGE= ${NONEXISTENT} DESCR= ${MASTERDIR}/pkg-descr.client |