aboutsummaryrefslogtreecommitdiff
path: root/net/gtic
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-04 10:19:26 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-04 10:19:26 +0000
commite4963faaf7713afe5a24be84d8288dfcf9526793 (patch)
tree9c9913611536650e936dcb93411e7c7ac07fd312 /net/gtic
parent5857be2a8014cd5b48f1f7df5107d20e0597460d (diff)
downloadports-e4963faaf7713afe5a24be84d8288dfcf9526793.tar.gz
ports-e4963faaf7713afe5a24be84d8288dfcf9526793.zip
Notes
Diffstat (limited to 'net/gtic')
-rw-r--r--net/gtic/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/gtic/Makefile b/net/gtic/Makefile
index c8dcfcf1baa8..391bd90589c2 100644
--- a/net/gtic/Makefile
+++ b/net/gtic/Makefile
@@ -21,6 +21,12 @@ MAKE_ENV+= DEFINES="${DEFINES}"
DEFINES+= -DAMIGA4D
.endif
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} != "i386" && ${ARCH} != "alpha"
+BROKEN= "Does not compile on !i386 and !alpha"
+.endif
+
do-install:
${MKDIR} ${PREFIX}/etc/gtic
.for i in areagroups areas config domains help users
@@ -28,4 +34,4 @@ do-install:
.endfor
${INSTALL_PROGRAM} ${WRKSRC}/src/gtic ${PREFIX}/sbin/
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>