diff options
author | itetcu <itetcu@FreeBSD.org> | 2007-06-11 07:21:57 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2007-06-11 07:21:57 +0800 |
commit | 412539cb0b8d9edb6d9a199b3dfea4fb461fa327 (patch) | |
tree | 9fd6c8e4e10298aca41db43a8c6b9e00e22070ae | |
parent | 89802a72407eb9e3f26afc97e8ccb8a14dc7f45f (diff) | |
download | freebsd-ports-gnome-412539cb0b8d9edb6d9a199b3dfea4fb461fa327.tar.gz freebsd-ports-gnome-412539cb0b8d9edb6d9a199b3dfea4fb461fa327.tar.zst freebsd-ports-gnome-412539cb0b8d9edb6d9a199b3dfea4fb461fa327.zip |
remove 4.x support
PR: ports/111858
Submitted by: araujo@
Approved by: maintainer
-rw-r--r-- | devel/open-beagle/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/devel/open-beagle/Makefile b/devel/open-beagle/Makefile index 8c7161158fb1..3f46a321797f 100644 --- a/devel/open-beagle/Makefile +++ b/devel/open-beagle/Makefile @@ -26,10 +26,4 @@ USE_GMAKE= yes PLIST_SUB= PORTVERSION=${PORTVERSION} -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= does not compile on 4.x -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |