diff options
author | alepulver <alepulver@FreeBSD.org> | 2007-10-19 11:34:56 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2007-10-19 11:34:56 +0800 |
commit | 7805ddbd817ac7a41bf01eb94bbf2fb370708a8a (patch) | |
tree | 1b551c5a7191504e8b50906391f3c2fe17c33ff1 /graphics | |
parent | a3b710cfcc7e27fb3f27f850a9b92f7b16358127 (diff) | |
download | freebsd-ports-gnome-7805ddbd817ac7a41bf01eb94bbf2fb370708a8a.tar.gz freebsd-ports-gnome-7805ddbd817ac7a41bf01eb94bbf2fb370708a8a.tar.zst freebsd-ports-gnome-7805ddbd817ac7a41bf01eb94bbf2fb370708a8a.zip |
- Allow the port to be built for different Python versions.
PR: ports/116840
Submitted by: alepulver (myself)
Approved by: Geoffrey Mainland <mainland@apeiron.net> (maintainer)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/py-imaging/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/py-imaging/Makefile b/graphics/py-imaging/Makefile index 44527a078350..aad2ceea8ecc 100644 --- a/graphics/py-imaging/Makefile +++ b/graphics/py-imaging/Makefile @@ -20,7 +20,7 @@ COMMENT= The Python Imaging Library LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ freetype.9:${PORTSDIR}/print/freetype2 -LATEST_LINK= py-${PORTNAME} +UNIQUENAME= py-${PORTNAME} DIST_SUBDIR= python USE_PYTHON= yes @@ -30,8 +30,8 @@ PYDISTUTILS_EGGINFODIR= ${PYTHON_SITELIBDIR}/PIL PORTDOCS= * -DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} -EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} +DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} +EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME} OPTIONS= TKINTER "Build with tkinter for X support" on |