aboutsummaryrefslogtreecommitdiff
path: root/lang/glade-gpl
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2004-12-06 00:15:43 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2004-12-06 00:15:43 +0000
commit2588faf0b545b8e6fe02cf5ae2b406fcb928b96f (patch)
treee422f82ef61e4284dc84bdc6de22a6c7d6b5aaff /lang/glade-gpl
parentf2aadbe8233f23c46cb4af1629c49abca7ee34c6 (diff)
Notes
Diffstat (limited to 'lang/glade-gpl')
-rw-r--r--lang/glade-gpl/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/lang/glade-gpl/Makefile b/lang/glade-gpl/Makefile
index 6f79d2d978aa..b2c96344f356 100644
--- a/lang/glade-gpl/Makefile
+++ b/lang/glade-gpl/Makefile
@@ -18,6 +18,11 @@ COMMENT= GNU Ada distributed systems annex
BUILD_DEPENDS= adagcc:${PORTSDIR}/lang/gnat
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500039
+WITHOUT_CPU_CFLAGS= yes
+.endif
USE_AUTOMAKE_VER=14
USE_AUTOCONF_VER=213
CONFIGURE_ENV= ADA=adagcc
@@ -31,4 +36,4 @@ pre-configure:
post-install:
${STRIP_CMD} ${PREFIX}/bin/gnatdist
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>