diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-03-28 21:44:48 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-03-28 21:44:48 +0000 |
commit | 0f2a6d26053654a7d8c29a0b63de908b09169729 (patch) | |
tree | 2a2c1e9255fc216b843551c35afc9d35b7569beb /net-im | |
parent | 9a226e8e555ab8c0d8ca003e929ae5526bf26dd0 (diff) |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/gyach/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net-im/gyach/Makefile b/net-im/gyach/Makefile index 1a67a0d0a3d5..80b3b9a164fc 100644 --- a/net-im/gyach/Makefile +++ b/net-im/gyach/Makefile @@ -16,10 +16,7 @@ CFLAGS+= ${PTHREAD_CFLAGS} USE_GNOME= gtk20 NO_STAGE= yes -.include <bsd.port.pre.mk> -.if ${ARCH} != "i386" -BROKEN= Does not compile on !i386 -.endif +BROKEN= Does not compile -.include <bsd.port.post.mk> +.include <bsd.port.mk> |