diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-02-24 10:41:55 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-02-24 10:41:55 +0000 |
commit | 3ac8d689572c43758a8473b91981acf89d267506 (patch) | |
tree | 953b5ac8a287c5ebaa0d8ab7762c9bd81b7a5f4d /print | |
parent | 47fb8eb978d3f692db3eb44771d8d8003d9fa56a (diff) |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/py-cups/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/print/py-cups/Makefile b/print/py-cups/Makefile index 26dd769be721..65e3918368be 100644 --- a/print/py-cups/Makefile +++ b/print/py-cups/Makefile @@ -3,6 +3,7 @@ PORTNAME= cups PORTVERSION= 1.9.66 +PORTREVISION= 1 CATEGORIES= print python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,14 +19,12 @@ LIB_DEPENDS= libcups.so:${PORTSDIR}/print/cups-client CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +PYDISTUTILS_AUTOPLIST= yes USE_BZIP2= yes USE_PYDISTUTILS=yes -USE_PYTHON= 2 +USE_PYTHON= yes USES= iconv -PLIST_FILES= %%PYTHON_SITELIBDIR%%/cups.so -PYDISTUTILS_EGGINFO= py${PORTNAME}-${PORTVERSION}-py${PYTHON_VER}.egg-info - .include <bsd.port.pre.mk> post-patch: |