diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-03-24 13:39:34 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-03-24 13:39:34 +0000 |
commit | f088eb3b249573a68ffed411730a2cffa9c11a65 (patch) | |
tree | fe01cc08fa20fb3323d3c383be1b404f651898f3 /print/py-cups/Makefile | |
parent | eb9c17b2ccdd459ec13429c8a74e7d20a7714022 (diff) |
Notes
Diffstat (limited to 'print/py-cups/Makefile')
-rw-r--r-- | print/py-cups/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/py-cups/Makefile b/print/py-cups/Makefile index c7b7196f584e..0e14f8cf55ac 100644 --- a/print/py-cups/Makefile +++ b/print/py-cups/Makefile @@ -7,7 +7,7 @@ # PORTNAME= cups -PORTVERSION= 1.9.54 +PORTVERSION= 1.9.55 CATEGORIES= print python MASTER_SITES= http://cyberelk.net/tim/data/pycups/ \ LOCAL/sunpoet @@ -25,7 +25,7 @@ MAKE_ENV= LDFLAGS="${LDFLAGS}" USE_BZIP2= yes USE_ICONV= yes USE_PYDISTUTILS= yes -USE_PYTHON= yes +USE_PYTHON= -2.7 PLIST_FILES= %%PYTHON_SITELIBDIR%%/cups.so PYDISTUTILS_EGGINFO=py${PORTNAME}-${PORTVERSION}-py${PYTHON_VER}.egg-info |