diff options
author | gahr <gahr@FreeBSD.org> | 2013-11-19 19:15:07 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2013-11-19 19:15:07 +0800 |
commit | 485c1b9e45c2f4323e515f5a9a72c082b281b0e4 (patch) | |
tree | 36884082d3e721287834557301dbcfe813645fca /x11-toolkits | |
parent | ed6ebac4b3c22522036f4af4bd0189a0d023cdee (diff) | |
download | freebsd-ports-graphics-485c1b9e45c2f4323e515f5a9a72c082b281b0e4.tar.gz freebsd-ports-graphics-485c1b9e45c2f4323e515f5a9a72c082b281b0e4.tar.zst freebsd-ports-graphics-485c1b9e45c2f4323e515f5a9a72c082b281b0e4.zip |
- Chase x11-toolkits/blt library name change
- Bump PORTREVISION
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/py-Pmw/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/py-Pmw/Makefile b/x11-toolkits/py-Pmw/Makefile index bda63f7b440..28d5088bd6b 100644 --- a/x11-toolkits/py-Pmw/Makefile +++ b/x11-toolkits/py-Pmw/Makefile @@ -3,7 +3,7 @@ PORTNAME= Pmw PORTVERSION= 1.3.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-toolkits python MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME}/${PORTNAME}.${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,7 @@ MAINTAINER= fmysh@iijmio-mail.jp COMMENT= High-level compound graphics widgets for Python RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter -LIB_DEPENDS= BLT24.3:${PORTSDIR}/x11-toolkits/blt +LIB_DEPENDS= libBLT25.so:${PORTSDIR}/x11-toolkits/blt USE_PYTHON= yes USE_PYDISTUTILS= yes |