diff options
author | Daniel Eischen <deischen@FreeBSD.org> | 2009-08-10 13:49:38 +0000 |
---|---|---|
committer | Daniel Eischen <deischen@FreeBSD.org> | 2009-08-10 13:49:38 +0000 |
commit | 46a7cdf50d179b1d9cef06d4aeef70f500015210 (patch) | |
tree | e1d1ca9eb4e2fba94f5d8791459cf5e4c2302ca5 /devel/florist | |
parent | 5ed620eb09e6e11fc50bbbe854712fa4fad7514f (diff) | |
download | ports-46a7cdf50d179b1d9cef06d4aeef70f500015210.tar.gz ports-46a7cdf50d179b1d9cef06d4aeef70f500015210.zip |
Notes
Diffstat (limited to 'devel/florist')
-rw-r--r-- | devel/florist/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/florist/Makefile b/devel/florist/Makefile index 8118251b086d..f3d194688744 100644 --- a/devel/florist/Makefile +++ b/devel/florist/Makefile @@ -28,6 +28,10 @@ MAKE_ARGS= GMAKE=${GMAKE} PORTVERSION=${PORTVERSION} LN=${LN} \ RM=${RM} USE_LDCONFIG= yes +.include <bsd.port.pre.mk> + +BROKEN= Does not build after gpl 2009 update to lang/gnat + post-extract: # add FreeBSD configuration @${CP} ${FILESDIR}/pconfig.FreeBSD \ |