diff options
author | kris <kris@FreeBSD.org> | 2004-03-07 07:07:23 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-03-07 07:07:23 +0800 |
commit | 33e0d2659453df67896988cc8c773ef85c2e4832 (patch) | |
tree | 54b242fe390fb431525ac23850825ef090763cd7 /devel | |
parent | e306f984d928e87ac10da2a97bede73f5f6b8f0b (diff) | |
download | freebsd-ports-gnome-33e0d2659453df67896988cc8c773ef85c2e4832.tar.gz freebsd-ports-gnome-33e0d2659453df67896988cc8c773ef85c2e4832.tar.zst freebsd-ports-gnome-33e0d2659453df67896988cc8c773ef85c2e4832.zip |
BROKEN on !i386 and !alpha: Does not compile
Diffstat (limited to 'devel')
-rw-r--r-- | devel/lwp/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/lwp/Makefile b/devel/lwp/Makefile index 38294a3147fb..481aec406c5c 100644 --- a/devel/lwp/Makefile +++ b/devel/lwp/Makefile @@ -19,4 +19,10 @@ USE_LIBTOOL= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} != "i386" && ${ARCH} != "alpha" +BROKEN= "Does not compile on !i386 and !alpha" +.endif + +.include <bsd.port.post.mk> |