diff options
author | obrien <obrien@FreeBSD.org> | 2005-02-06 00:41:17 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2005-02-06 00:41:17 +0000 |
commit | 974bd552f476c296047c8ed8d0d378737a7dd3e4 (patch) | |
tree | acac73176b6ca6eb8e638d0423325fc193f39110 /textproc/linux-f10-expat | |
parent | 45c9e40da3542786baa3817a0e79f87a6e205437 (diff) | |
download | FreeBSD-ports-974bd552f476c296047c8ed8d0d378737a7dd3e4.zip FreeBSD-ports-974bd552f476c296047c8ed8d0d378737a7dd3e4.tar.gz |
Enable on amd64.
PR: 75852 (partial)
Submitted by: Francois Tigeot <ftigeot@wolfpond.org>
Diffstat (limited to 'textproc/linux-f10-expat')
-rw-r--r-- | textproc/linux-f10-expat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/linux-f10-expat/Makefile b/textproc/linux-f10-expat/Makefile index 121986b..cac360c 100644 --- a/textproc/linux-f10-expat/Makefile +++ b/textproc/linux-f10-expat/Makefile @@ -16,7 +16,7 @@ COMMENT= Linux/i386 binary port of Expat XML-parsing library RUN_DEPENDS= BASEVERSION= 9 -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 amd64 PLIST= ${WRKDIR}/plist RPM_SET= expat-1.95.5-2.i386.rpm |