diff options
author | jkoshy <jkoshy@FreeBSD.org> | 2001-02-07 12:37:53 +0800 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 2001-02-07 12:37:53 +0800 |
commit | 096aa8251c9fb5dd2aa7c024bbd679f6472bdf17 (patch) | |
tree | effefa49b636a605adaf15843256afd3bed47a87 | |
parent | 71fd7de8a1d51b6b493dadb9101d294f1af7a0aa (diff) | |
download | freebsd-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/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/py-Pmw/Makefile | 1 |
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 |