diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-09-07 17:53:23 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-09-07 17:53:23 +0000 |
commit | 2704440db17e8f3b6ebf9a1fcc1862ad3397a269 (patch) | |
tree | 043fe37316133f8accd8b36715207e98eaff84b1 /print | |
parent | eb3ae2ee19e48e667a43eb9cb1cc99b36935dadb (diff) |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/py-cups/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/py-cups/Makefile b/print/py-cups/Makefile index 68fa92a89d4b..33c98c319ee6 100644 --- a/print/py-cups/Makefile +++ b/print/py-cups/Makefile @@ -17,7 +17,7 @@ CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_BZIP2= yes USES= iconv -USE_PYDISTUTILS= yes +USE_PYDISTUTILS=yes USE_PYTHON= -2.7 PLIST_FILES= %%PYTHON_SITELIBDIR%%/cups.so |