diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2008-04-05 14:13:27 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2008-04-05 14:13:27 +0000 |
commit | fb555beaf045a267cc236a3e804321c06de4a584 (patch) | |
tree | 0d0a4219450a070bfb3448d17c18e94971a6bb60 /print/py-cups | |
parent | 702254c7c5e884deecfaa785588d09463a82aba6 (diff) | |
download | ports-fb555beaf045a267cc236a3e804321c06de4a584.tar.gz ports-fb555beaf045a267cc236a3e804321c06de4a584.zip |
Notes
Diffstat (limited to 'print/py-cups')
-rw-r--r-- | print/py-cups/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/py-cups/Makefile b/print/py-cups/Makefile index 189b735f9123..d5ff0c9d0257 100644 --- a/print/py-cups/Makefile +++ b/print/py-cups/Makefile @@ -7,6 +7,7 @@ PORTNAME= cups PORTVERSION= 1.9.38 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= http://cyberelk.net/tim/data/pycups/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,10 +19,11 @@ COMMENT= CUPS bindings for Python LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-base USE_PYTHON= yes +USE_ICONV= yes USE_BZIP2= yes USE_PYDISTUTILS= yes CFLAGS+= -I${LOCALBASE}/include -DVERSION=\\\"${PORTVERSION}\\\" -LDFLAGS+= -L${LOCALBASE}/lib +LDFLAGS+= -L${LOCALBASE}/lib -liconv MAKE_ENV= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" PYDISTUTILS_EGGINFO=${PORTNAME}-1.0-py2.5.egg-info PLIST_FILES= %%PYTHON_SITELIBDIR%%/cups.so |