diff options
author | gerald <gerald@FreeBSD.org> | 2008-07-27 19:37:41 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2008-07-27 19:37:41 +0800 |
commit | dcdc96367918564e8d7e7236a970e713662547c2 (patch) | |
tree | df8b6606254c0b0ae5e265577354344a92c0f05c /devel | |
parent | f3f7573b4bfb7f29a06d92cde66c81c35fa450e5 (diff) | |
download | freebsd-ports-gnome-dcdc96367918564e8d7e7236a970e713662547c2.tar.gz freebsd-ports-gnome-dcdc96367918564e8d7e7236a970e713662547c2.tar.zst freebsd-ports-gnome-dcdc96367918564e8d7e7236a970e713662547c2.zip |
Remove support for FreeBSD 5.x and the associated (and unnecessarily
restrictive) USE_GCC=3.3.
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> |