aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2009-07-02 04:25:30 +0800
committergahr <gahr@FreeBSD.org>2009-07-02 04:25:30 +0800
commit466f2a24c511768923e4750ef318503b4753d41e (patch)
treeb66ebfb2a4fbf24773c286637cc6644aa9712ae3 /graphics
parentb34becae19772eb0343411748694a3fb9901d84c (diff)
downloadfreebsd-ports-gnome-466f2a24c511768923e4750ef318503b4753d41e.tar.gz
freebsd-ports-gnome-466f2a24c511768923e4750ef318503b4753d41e.tar.zst
freebsd-ports-gnome-466f2a24c511768923e4750ef318503b4753d41e.zip
- Chase graphics/freeimage SHLIB bump
Diffstat (limited to 'graphics')
-rw-r--r--graphics/py-freeimagepy/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/py-freeimagepy/Makefile b/graphics/py-freeimagepy/Makefile
index 01f1874e20e2..f9cc519c5426 100644
--- a/graphics/py-freeimagepy/Makefile
+++ b/graphics/py-freeimagepy/Makefile
@@ -7,6 +7,7 @@
PORTNAME= freeimagepy
PORTVERSION= 1.5.0
+PORTREVISION= 1
CATEGORIES= graphics python
MASTER_SITES= SF
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +16,7 @@ DISTNAME= FreeImagePy_w_dll
MAINTAINER= araujo@FreeBSD.org
COMMENT= A FreeImage library python wrapper
-LIB_DEPENDS= freeimage:${PORTSDIR}/graphics/freeimage
+LIB_DEPENDS= freeimage.3:${PORTSDIR}/graphics/freeimage
WRKSRC= ${WRKDIR}/FreeImagePy
USE_BZIP2= yes