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 /devel/mico | |
parent | 5281212be38447df70380d4e9e8cd0ef1cf11517 (diff) | |
download | ports-c8d77a093bda0ea0dce30c4e9d91b8d7747d5a96.tar.gz ports-c8d77a093bda0ea0dce30c4e9d91b8d7747d5a96.zip |
Notes
Diffstat (limited to 'devel/mico')
-rw-r--r-- | devel/mico/Makefile | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/devel/mico/Makefile b/devel/mico/Makefile index f4139c302334..14a9388aaca7 100644 --- a/devel/mico/Makefile +++ b/devel/mico/Makefile @@ -3,7 +3,7 @@ # Date created: 11 July 1998 # Whom: Marc G. Fournier <scrappy@freebsd.org> # -# $Id: Makefile,v 1.34 1999/08/04 18:51:56 scrappy Exp $ +# $Id: Makefile,v 1.35 1999/08/17 19:37:09 cpiazza Exp $ # DISTNAME= mico-2.2.7 @@ -12,19 +12,12 @@ MASTER_SITES= http://diamant-atm.vsb.cs.uni-frankfurt.de/~mico/ MAINTAINER= scrappy@freebsd.org -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 400004 -CC= gcc295 -CXX= g++295 -BUILD_DEPENDS= gcc295:${PORTSDIR}/lang/egcs -.endif - LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ tcl80.1:${PORTSDIR}/lang/tcl80 GTK_CONFIG?= ${X11BASE}/bin/gtk12-config +USE_NEWGCC= yes USE_QT= yes USE_AUTOCONF= yes USE_GMAKE= yes @@ -41,4 +34,4 @@ MAN8= ird.8 micod.8 nsd.8 post-install: ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib -.include <bsd.port.post.mk> +.include <bsd.port.mk> |