diff options
author | perky <perky@FreeBSD.org> | 2003-11-05 02:08:47 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2003-11-05 02:08:47 +0800 |
commit | 4395af6204de3e7f6a39a301aff9c01b5c708bb2 (patch) | |
tree | 91d2fd988e19057dfc40e4bedffe496166720014 /devel | |
parent | 1a618a8c798eb23acfdc5d89dd9dad17bc29ccec (diff) | |
download | freebsd-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/Makefile | 4 | ||||
-rw-r--r-- | devel/py-ciphon/Makefile | 2 |
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 |