diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/xparam/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/devel/xparam/Makefile b/devel/xparam/Makefile index c33e71bb8366..d223e36d47a4 100644 --- a/devel/xparam/Makefile +++ b/devel/xparam/Makefile @@ -20,10 +20,4 @@ USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes -.include <bsd.port.pre.mk> - -.if ( ${OSVERSION} >= 502126 && ${OSVERSION} < 600000 ) -USE_GCC= 3.3 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |