summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-12-02 00:45:49 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-12-02 00:45:49 +0000
commit2227e221a1010ebfb6a983905f382e604bb23bd5 (patch)
tree959845570f5d700d219c690c4302c43e4acc7419 /devel
parentBROKEN: Incorrect pkg-plist (diff)
BROKEN on 5.0: does not compile
Notes
Notes: svn path=/head/; revision=71295
Diffstat (limited to 'devel')
-rw-r--r--devel/glade--/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/glade--/Makefile b/devel/glade--/Makefile
index b47d77480fc5..f6d3dbca0ea7 100644
--- a/devel/glade--/Makefile
+++ b/devel/glade--/Makefile
@@ -22,10 +22,16 @@ USE_GMAKE= yes
USE_GNOME= yes
USE_LIBTOOL= yes
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} > 500000
+BROKEN= "Does not compile"
+.endif
+
post-patch:
@${PERL} -pi -e 's|%%GTK_CONFIG%%|${GTK_CONFIG}|g' \
${WRKSRC}/src/glade--.cc
@${PERL} -pi -e 's|%%X11BASE%%|${X11BASE}|g' \
${WRKSRC}/src/Cxx.cc
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>