diff options
author | kris <kris@FreeBSD.org> | 2002-12-08 09:21:18 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-12-08 09:21:18 +0800 |
commit | 317111dcb37e04f1a09565fff53ad0e10388f78a (patch) | |
tree | 5d8fc855d07dd37a21c239d0ae80f3f72fe83602 | |
parent | 8eca87d589e142e3798a6fccbe27a8a1d3d9f082 (diff) | |
download | freebsd-ports-gnome-317111dcb37e04f1a09565fff53ad0e10388f78a.tar.gz freebsd-ports-gnome-317111dcb37e04f1a09565fff53ad0e10388f78a.tar.zst freebsd-ports-gnome-317111dcb37e04f1a09565fff53ad0e10388f78a.zip |
ONLY_FOR_ARCHS=i386 alpha
-rw-r--r-- | net/netwib/Makefile | 1 | ||||
-rw-r--r-- | security/lcrzo/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/net/netwib/Makefile b/net/netwib/Makefile index d7ca9fe5bd7f..9b81a9ee17a9 100644 --- a/net/netwib/Makefile +++ b/net/netwib/Makefile @@ -16,6 +16,7 @@ EXTRACT_SUFX= -src.tgz MAINTAINER= king@v2project.com WRKSRC= ${WRKDIR}/${PKGNAME}-src/src +ONLY_FOR_ARCHS= i386 alpha MAN3= lcrzo.3 lcrzo_address.3 lcrzo_conf.3 lcrzo_data.3 lcrzo_device.3 \ lcrzo_error.3 lcrzo_file.3 lcrzo_global.3 lcrzo_header.3 \ diff --git a/security/lcrzo/Makefile b/security/lcrzo/Makefile index d7ca9fe5bd7f..9b81a9ee17a9 100644 --- a/security/lcrzo/Makefile +++ b/security/lcrzo/Makefile @@ -16,6 +16,7 @@ EXTRACT_SUFX= -src.tgz MAINTAINER= king@v2project.com WRKSRC= ${WRKDIR}/${PKGNAME}-src/src +ONLY_FOR_ARCHS= i386 alpha MAN3= lcrzo.3 lcrzo_address.3 lcrzo_conf.3 lcrzo_data.3 lcrzo_device.3 \ lcrzo_error.3 lcrzo_file.3 lcrzo_global.3 lcrzo_header.3 \ |