aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjkoshy <jkoshy@FreeBSD.org>2001-02-07 12:37:53 +0800
committerjkoshy <jkoshy@FreeBSD.org>2001-02-07 12:37:53 +0800
commit096aa8251c9fb5dd2aa7c024bbd679f6472bdf17 (patch)
treeeffefa49b636a605adaf15843256afd3bed47a87
parent71fd7de8a1d51b6b493dadb9101d294f1af7a0aa (diff)
downloadfreebsd-ports-gnome-096aa8251c9fb5dd2aa7c024bbd679f6472bdf17.tar.gz
freebsd-ports-gnome-096aa8251c9fb5dd2aa7c024bbd679f6472bdf17.tar.zst
freebsd-ports-gnome-096aa8251c9fb5dd2aa7c024bbd679f6472bdf17.zip
Add x11-toolkits/blt as a dependency to the Pmw port.
Reviewed by: tg (MAINTAINER)
-rw-r--r--x11-toolkits/pmw/Makefile1
-rw-r--r--x11-toolkits/py-Pmw/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/pmw/Makefile b/x11-toolkits/pmw/Makefile
index 819a913a4b97..cf5073f63dcd 100644
--- a/x11-toolkits/pmw/Makefile
+++ b/x11-toolkits/pmw/Makefile
@@ -14,6 +14,7 @@ DISTNAME= Pmw.${PORTVERSION}
MAINTAINER= tg@FreeBSD.org
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
+LIB_DEPENDS= BLT24.2:${PORTSDIR}/x11-toolkits/blt
PLIST_SUB= PMWVERSION="${PMWVERSION}"
USE_PYTHON= yes
diff --git a/x11-toolkits/py-Pmw/Makefile b/x11-toolkits/py-Pmw/Makefile
index 819a913a4b97..cf5073f63dcd 100644
--- a/x11-toolkits/py-Pmw/Makefile
+++ b/x11-toolkits/py-Pmw/Makefile
@@ -14,6 +14,7 @@ DISTNAME= Pmw.${PORTVERSION}
MAINTAINER= tg@FreeBSD.org
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
+LIB_DEPENDS= BLT24.2:${PORTSDIR}/x11-toolkits/blt
PLIST_SUB= PMWVERSION="${PMWVERSION}"
USE_PYTHON= yes