aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorperky <perky@FreeBSD.org>2003-11-05 02:08:47 +0800
committerperky <perky@FreeBSD.org>2003-11-05 02:08:47 +0800
commit4395af6204de3e7f6a39a301aff9c01b5c708bb2 (patch)
tree91d2fd988e19057dfc40e4bedffe496166720014 /devel
parent1a618a8c798eb23acfdc5d89dd9dad17bc29ccec (diff)
downloadfreebsd-ports-gnome-4395af6204de3e7f6a39a301aff9c01b5c708bb2.tar.gz
freebsd-ports-gnome-4395af6204de3e7f6a39a301aff9c01b5c708bb2.tar.zst
freebsd-ports-gnome-4395af6204de3e7f6a39a301aff9c01b5c708bb2.zip
Utilize ${PYEXPAT} which is introduced in bsd.python.mk 1.40.
Diffstat (limited to 'devel')
-rw-r--r--devel/libglade2/Makefile4
-rw-r--r--devel/py-ciphon/Makefile2
2 files changed, 3 insertions, 3 deletions
diff --git a/devel/libglade2/Makefile b/devel/libglade2/Makefile
index fcadc845bb6f..9bc4c313d48f 100644
--- a/devel/libglade2/Makefile
+++ b/devel/libglade2/Makefile
@@ -17,8 +17,8 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME glade library
-BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/pyexpat.so:${PORTSDIR}/textproc/py-expat
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pyexpat.so:${PORTSDIR}/textproc/py-expat
+BUILD_DEPENDS= ${PYEXPAT}
+RUN_DEPENDS= ${PYEXPAT}
USE_BZIP2= yes
USE_X_PREFIX= yes
diff --git a/devel/py-ciphon/Makefile b/devel/py-ciphon/Makefile
index c9bc7b82e0a9..dd2bd9cedf12 100644
--- a/devel/py-ciphon/Makefile
+++ b/devel/py-ciphon/Makefile
@@ -16,7 +16,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= A module for python that adds cpan-like functionality
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pyexpat.so:${PORTSDIR}/textproc/py-expat
+RUN_DEPENDS= ${PYEXPAT}
USE_PYTHON= yes
USE_PYDISTUTILS= yes