aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-11-19 06:22:18 +0800
committerkris <kris@FreeBSD.org>2004-11-19 06:22:18 +0800
commit1ef94996d19f4b19454b19c6fb833fe4c867f581 (patch)
treef3fed17b6c6077f8c1ffd0b277cb2847b2739936 /net
parentb1d12dd70b288f7f33ceebe39d481b95d8a172ed (diff)
downloadfreebsd-ports-graphics-1ef94996d19f4b19454b19c6fb833fe4c867f581.tar.gz
freebsd-ports-graphics-1ef94996d19f4b19454b19c6fb833fe4c867f581.tar.zst
freebsd-ports-graphics-1ef94996d19f4b19454b19c6fb833fe4c867f581.zip
BROKEN on !i386: Does not compile
Diffstat (limited to 'net')
-rw-r--r--net/gyach/Makefile8
-rw-r--r--net/meanwhile/Makefile8
2 files changed, 14 insertions, 2 deletions
diff --git a/net/gyach/Makefile b/net/gyach/Makefile
index a24b1dc6783..3961273c912 100644
--- a/net/gyach/Makefile
+++ b/net/gyach/Makefile
@@ -20,4 +20,10 @@ CONFIGURE_ENV= CFLAGS="${CFLAGS} ${PTHREAD_FLAGS}" \
USE_GNOME= gtk20
USE_X_PREFIX= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} != "i386"
+BROKEN= "Does not compile on !i386"
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/net/meanwhile/Makefile b/net/meanwhile/Makefile
index aa7c8ed3246..a9ef240a651 100644
--- a/net/meanwhile/Makefile
+++ b/net/meanwhile/Makefile
@@ -20,4 +20,10 @@ USE_GNOME= gnomehack glib20
INSTALLS_SHLIB= yes
USE_LIBTOOL_VER=15
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} != "i386"
+BROKEN= "Does not compile on !i386"
+.endif
+
+.include <bsd.port.post.mk>
-graphics/commit/devel/pkgconfig?id=d25a3dc27b7efc10ba3a33e955103dd243d3ebb6'>The FreeBSD GNOME team is proud to present GNOME 2.0 Release.marcus2002-07-011-1/+1 * Update to GNOME 2.0 RC2.marcus2002-06-261-1/+1 * Update to GNOME 2.0 Release Candidate 1...the "Fever Pitch" release.marcus2002-06-151-1/+1 * Update to the latest GNOME 2 snapshot.marcus2002-06-121-1/+1 * Update to the latest GNOME 2.0 snapshot, the "Stay on target!" release.marcus2002-05-291-1/+1 * Back to betas...Update to GNOME 2.0 beta 5.marcus2002-05-201-1/+1 * Update to GNOME 2.0 RC2.marcus2002-05-121-1/+1 * Update to GNOME 2.0 RC 1.marcus2002-05-021-1/+1 * Use GNOME2 beta4 download location for all GNOME2 ports.sobomax2002-04-261-1/+1 * Update to GNOME 2.0 beta3.marcus2002-04-072-4/+3 * On -stable anyway, there is a problem getting "other" libs and cflags fromade2002-03-132-11/+51 * Update gtk/glib to the version 2.0 and other related ports to the latestsobomax2002-03-122-6/+6 * Add temporary mirror until www.freedesktop.org is online again.sobomax2002-02-171-1/+2 * Update to 0.10.0.sobomax2002-02-073-9/+9 * Backout previous change - it seems that new revision of the patch doesn'tsobomax2001-12-20