diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-02-15 17:39:03 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-02-15 17:39:03 +0000 |
commit | c4adc8534a0e26b7b00b4a258ea43fb0721646d3 (patch) | |
tree | 034f88b668d23255c88b42700e56e74e69349ea2 /graphics/nurbs++/Makefile | |
parent | 7ade77179ed800bfda14bdede104d07924dfe1c4 (diff) | |
download | ports-c4adc8534a0e26b7b00b4a258ea43fb0721646d3.tar.gz ports-c4adc8534a0e26b7b00b4a258ea43fb0721646d3.zip |
Notes
Diffstat (limited to 'graphics/nurbs++/Makefile')
-rw-r--r-- | graphics/nurbs++/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/graphics/nurbs++/Makefile b/graphics/nurbs++/Makefile index a3d74a674321..5917c7773106 100644 --- a/graphics/nurbs++/Makefile +++ b/graphics/nurbs++/Makefile @@ -12,7 +12,7 @@ CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= libnurbs -MAINTAINER= ports@FreeBSD.org +MAINTAINER= gahr@gahr.ch COMMENT= A C++ library for representing curves or surfaces USE_AUTOTOOLS= libtool:15 @@ -22,10 +22,4 @@ USE_LDCONFIG= yes MAN1= nurbs++-config.1 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 700042 -BROKEN= Broken with gcc 4.2 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |