diff options
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 |