diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-08-22 19:46:45 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-08-22 19:46:45 +0000 |
commit | fd1c0b2fe1a887c023eca7cf83897f786a43809d (patch) | |
tree | 59bf0cd9e7c4ab37efe9d0e712b80b19c9871a66 /x11-toolkits/plib | |
parent | 89e9e517a9f1c97f22317b99b12b1133075eab02 (diff) | |
download | FreeBSD-ports-fd1c0b2fe1a887c023eca7cf83897f786a43809d.zip FreeBSD-ports-fd1c0b2fe1a887c023eca7cf83897f786a43809d.tar.gz |
Change all ports that need a new gcc on 3.x to use USE_NEWGCC.
Diffstat (limited to 'x11-toolkits/plib')
-rw-r--r-- | x11-toolkits/plib/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/x11-toolkits/plib/Makefile b/x11-toolkits/plib/Makefile index 4e61bcd..1aaf20a 100644 --- a/x11-toolkits/plib/Makefile +++ b/x11-toolkits/plib/Makefile @@ -3,7 +3,7 @@ # Date created: 26 June 1999 # Whom: Brian Buchanan <brian@CSUA.Berkeley.EDU> # -# $Id: Makefile,v 1.2 1999/07/08 06:11:24 cpiazza Exp $ +# $Id: Makefile,v 1.3 1999/08/17 19:37:11 cpiazza Exp $ # DISTNAME= plib-1.0.12a @@ -20,17 +20,11 @@ LIB_DEPENDS= GL.14:${PORTSDIR}/graphics/Mesa3 \ USE_X_PREFIX= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 400003 -BUILD_DEPENDS= g++295:${PORTSDIR}/lang/egcs -CXX= g++295 -.endif - GNU_CONFIGURE= yes CONFIGURE_ENV+= CPPFLAGS=-I${X11BASE}/include CONFIGURE_ARGS+= --includedir=$(PREFIX)/include/plib USE_GMAKE= yes +USE_NEWGCC= yes MANCOMPRESSED= yes MAN1= calibrate.1 @@ -42,4 +36,4 @@ pre-build: pre-install: @(cd ${WRKDIR}/calibrate-0.0.1; ${MAKE} PREFIX=${PREFIX} install) -.include <bsd.port.post.mk> +.include <bsd.port.mk> |