diff options
author | pav <pav@FreeBSD.org> | 2009-01-06 01:27:29 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-01-06 01:27:29 +0800 |
commit | 6eb721976122cec5dc4f68d03663c569490e76b2 (patch) | |
tree | d35b575ab8f13de2b3da1f0869be1ebae3bad396 /databases/frontbase | |
parent | 3afadc02a311b171583adca2cf5da95a05850c5a (diff) | |
download | freebsd-ports-gnome-6eb721976122cec5dc4f68d03663c569490e76b2.tar.gz freebsd-ports-gnome-6eb721976122cec5dc4f68d03663c569490e76b2.tar.zst freebsd-ports-gnome-6eb721976122cec5dc4f68d03663c569490e76b2.zip |
- Remove conditional checks relevant only on FreeBSD 5.x and older
Diffstat (limited to 'databases/frontbase')
-rw-r--r-- | databases/frontbase/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/databases/frontbase/Makefile b/databases/frontbase/Makefile index c983e7feede9..db1ead0b34b8 100644 --- a/databases/frontbase/Makefile +++ b/databases/frontbase/Makefile @@ -19,8 +19,6 @@ COMMENT= Frontbase SQL Database Server IS_INTERACTIVE= yes RESTRICTED= License doesn't allow redistribution -.include <bsd.port.pre.mk> - USE_RC_SUBR= frontbase.sh USE_LDCONFIG= yes PKGMESSAGE= ${WRKDIR}/pkg-message @@ -30,12 +28,7 @@ SUB_FILES+= pkg-message ONLY_FOR_ARCHS= i386 # Binary is built for 5.X : -.if ${OSVERSION} < 500000 -IGNORE= only supports FreeBSD 5.X and newer -.endif -.if ${OSVERSION} >= 600000 LIB_DEPENDS+= c.5:${PORTSDIR}/misc/compat5x -.endif FB_USER= frontbase FB_GROUP= frontbase @@ -74,4 +67,4 @@ post-install: @PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL @${CAT} ${PKGMESSAGE} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |