summaryrefslogtreecommitdiff
path: root/devel/libglade2
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2003-11-04 18:08:47 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2003-11-04 18:08:47 +0000
commit974e862f68fd2de22060dfd7293c1902883b4f35 (patch)
treed2e377f54eec46f3278e1c4d3fb0f95af046fba0 /devel/libglade2
parentAdd dependency line for pyexpat as ${PYEXPAT} to provide adaptive (diff)
Utilize ${PYEXPAT} which is introduced in bsd.python.mk 1.40.
Notes
Notes: svn path=/head/; revision=93097
Diffstat (limited to 'devel/libglade2')
-rw-r--r--devel/libglade2/Makefile4
1 files changed, 2 insertions, 2 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