aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-imaging
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2007-10-19 03:34:56 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2007-10-19 03:34:56 +0000
commitd4c1e141133ff130aec7c8c01c0d05a366c142b8 (patch)
treef1a625ecbb8ade0c0a6b4f576d4ead5f2bb4cb1e /graphics/py-imaging
parent296da3c2b8caad96abc0b024bea4e7ecc37afd64 (diff)
downloadports-d4c1e141133ff130aec7c8c01c0d05a366c142b8.tar.gz
ports-d4c1e141133ff130aec7c8c01c0d05a366c142b8.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)
Notes
Notes: svn path=/head/; revision=201658
Diffstat (limited to 'graphics/py-imaging')
-rw-r--r--graphics/py-imaging/Makefile6
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