diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-12-02 00:45:49 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-12-02 00:45:49 +0000 |
commit | 2227e221a1010ebfb6a983905f382e604bb23bd5 (patch) | |
tree | 959845570f5d700d219c690c4302c43e4acc7419 /devel | |
parent | BROKEN: 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--/Makefile | 8 |
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> |