diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 17:27:29 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 17:27:29 +0000 |
commit | c4d4cacd63490d4b63e844ae298880332a388ba7 (patch) | |
tree | 3913b841cc9c2f98d7e4b2056eafc0d9980bf1c8 /databases/frontbase/Makefile | |
parent | 5faefa6350cd172add279e339bd86a650313beb3 (diff) |
Notes
Diffstat (limited to 'databases/frontbase/Makefile')
-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> |