diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2004-12-31 18:24:10 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2004-12-31 18:24:10 +0000 |
commit | 64cf27c85d89298041b8c8dc2fd090181e6d10d8 (patch) | |
tree | 11668b893f94453b0262a155d53e6eac8dd4a6f5 /textproc/linux-expat | |
parent | 440d8863c8d496b982754e2a71867892213a902b (diff) | |
download | ports-64cf27c85d89298041b8c8dc2fd090181e6d10d8.tar.gz ports-64cf27c85d89298041b8c8dc2fd090181e6d10d8.zip |
Notes
Diffstat (limited to 'textproc/linux-expat')
-rw-r--r-- | textproc/linux-expat/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/linux-expat/Makefile b/textproc/linux-expat/Makefile index 2b1b5d631f65..121986b7794a 100644 --- a/textproc/linux-expat/Makefile +++ b/textproc/linux-expat/Makefile @@ -7,12 +7,14 @@ PORTNAME= expat PORTVERSION= 1.95.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc linux -MAINTAINER= trevor@FreeBSD.org +MAINTAINER= freebsd-emulation@FreeBSD.org COMMENT= Linux/i386 binary port of Expat XML-parsing library +RUN_DEPENDS= + BASEVERSION= 9 ONLY_FOR_ARCHS= i386 PLIST= ${WRKDIR}/plist |