diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-08-22 19:46:45 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-08-22 19:46:45 +0000 |
commit | c8d77a093bda0ea0dce30c4e9d91b8d7747d5a96 (patch) | |
tree | 4689741ba168336cb6e0973d2d3df8722b5fef8c /x11-toolkits/gtkmm12 | |
parent | 5281212be38447df70380d4e9e8cd0ef1cf11517 (diff) | |
download | ports-c8d77a093bda0ea0dce30c4e9d91b8d7747d5a96.tar.gz ports-c8d77a093bda0ea0dce30c4e9d91b8d7747d5a96.zip |
Notes
Diffstat (limited to 'x11-toolkits/gtkmm12')
-rw-r--r-- | x11-toolkits/gtkmm12/Makefile | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/x11-toolkits/gtkmm12/Makefile b/x11-toolkits/gtkmm12/Makefile index 3ac745984f9c..f433e4d0f694 100644 --- a/x11-toolkits/gtkmm12/Makefile +++ b/x11-toolkits/gtkmm12/Makefile @@ -3,7 +3,7 @@ # Date created: 11 May 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.12 1999/08/15 06:50:01 cpiazza Exp $ +# $Id: Makefile,v 1.13 1999/08/17 19:36:56 cpiazza Exp $ # DISTNAME= Gtk---1.0.0 @@ -19,15 +19,7 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_X_PREFIX= yes - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 400004 -BUILD_DEPENDS= g++295:${PORTSDIR}/lang/egcs -CC= gcc295 -CXX= g++295 -.endif - +USE_NEWGCC= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-static=yes \ @@ -72,4 +64,4 @@ MAN3= G_IntList.3 G_IntList_Iterator.3 G_List.3 G_List_Cpp_Iterator.3 \ post-install: @${CAT} ${PKGDIR}/MESSAGE -.include <bsd.port.post.mk> +.include <bsd.port.mk> |