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 /net-im/imcom | |
parent | 1a618a8c798eb23acfdc5d89dd9dad17bc29ccec (diff) | |
download | freebsd-ports-graphics-4395af6204de3e7f6a39a301aff9c01b5c708bb2.tar.gz freebsd-ports-graphics-4395af6204de3e7f6a39a301aff9c01b5c708bb2.tar.zst freebsd-ports-graphics-4395af6204de3e7f6a39a301aff9c01b5c708bb2.zip |
Utilize ${PYEXPAT} which is introduced in bsd.python.mk 1.40.
Diffstat (limited to 'net-im/imcom')
-rw-r--r-- | net-im/imcom/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/imcom/Makefile b/net-im/imcom/Makefile index ee734fb26bc..b1f8955551d 100644 --- a/net-im/imcom/Makefile +++ b/net-im/imcom/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://nafai.dyndns.org/files/ MAINTAINER= martijn@pacno.net COMMENT= IMCom is a command-line Jabber client written in Python -BUILD_DEPENDS= ${PYTHONPREFIX_SITELIBDIR}/pyexpat.so:${PORTSDIR}/textproc/py-expat +BUILD_DEPENDS= ${PYEXPAT} RUN_DEPENDS= ${BUILD_DEPENDS} GNU_CONFIGURE= yes |