diff options
author | ahze <ahze@FreeBSD.org> | 2008-04-05 22:13:27 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2008-04-05 22:13:27 +0800 |
commit | 46563e1bce931bf92a2dea9d4466c29899cb95a6 (patch) | |
tree | 406733ffcdb7a68b05f73fadd4d71fd191016bdf /print/py-cups | |
parent | 8787ea476daa138e90121981ca89cefcfec242f9 (diff) | |
download | freebsd-ports-gnome-46563e1bce931bf92a2dea9d4466c29899cb95a6.tar.gz freebsd-ports-gnome-46563e1bce931bf92a2dea9d4466c29899cb95a6.tar.zst freebsd-ports-gnome-46563e1bce931bf92a2dea9d4466c29899cb95a6.zip |
- Update system-config-printer to 0.9.90
- Link py-cups with iconv
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 |