diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2005-06-17 22:59:29 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2005-06-17 22:59:29 +0000 |
commit | 23b3bc4b0d01608d37199d39bb546c6c9d6a8b1d (patch) | |
tree | fa03305e656151ebe33c7e94eacc947b13d1c273 /textproc/linux-expat/Makefile | |
parent | b347391f9ad81dd1ebc74b80d713888404b304bd (diff) | |
download | ports-23b3bc4b0d01608d37199d39bb546c6c9d6a8b1d.tar.gz ports-23b3bc4b0d01608d37199d39bb546c6c9d6a8b1d.zip |
Notes
Diffstat (limited to 'textproc/linux-expat/Makefile')
-rw-r--r-- | textproc/linux-expat/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/linux-expat/Makefile b/textproc/linux-expat/Makefile index d75922d2d94b..d0998ecab7cc 100644 --- a/textproc/linux-expat/Makefile +++ b/textproc/linux-expat/Makefile @@ -7,14 +7,15 @@ PORTNAME= expat PORTVERSION= 1.95.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc linux MAINTAINER= freebsd-emulation@FreeBSD.org COMMENT= Linux/i386 binary port of Expat XML-parsing library -RUN_DEPENDS= ${LINUXBASE}/sbin/ldconfig:${PORTSDIR}/emulators/linux_base-8 +RUN_DEPENDS= +USE_LINUX= yes BASEVERSION= 9 ONLY_FOR_ARCHS= i386 amd64 PLIST= ${WRKDIR}/plist |