summaryrefslogtreecommitdiff
path: root/databases/libudbc
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-03 22:44:56 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-03 22:44:56 +0000
commitbf149172eb4bde1861d3e54d83615ff8c27b0925 (patch)
treee2342fc23e82c34a9f490d4aa8930d00cbc7698b /databases/libudbc
parentRemove support for OSVERION < 5 (diff)
Remove support for OSVERSION < 5
Notes
Notes: svn path=/head/; revision=200755
Diffstat (limited to 'databases/libudbc')
-rw-r--r--databases/libudbc/Makefile14
1 files changed, 3 insertions, 11 deletions
diff --git a/databases/libudbc/Makefile b/databases/libudbc/Makefile
index c76148c7fced..b704011f2958 100644
--- a/databases/libudbc/Makefile
+++ b/databases/libudbc/Makefile
@@ -14,6 +14,8 @@ MASTER_SITES= ftp://ftp.openlinksw.co.uk/open41/ \
DISTNAME= f6kuzzzz
EXTRACT_SUFX= .taz
+LIB_DEPENDS= c.4:${PORTSDIR}/misc/compat4x
+
MAINTAINER= eugen@grosbein.pp.ru
COMMENT= Openlink UDBC SDK
@@ -51,14 +53,4 @@ post-install:
@${SED} "s'PREFIX'${PREFIX}'" <pkg-message
.endif
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 500000
-LIB_DEPENDS+= c.4:${PORTSDIR}/misc/compat4x
-.endif
-
-.if ${OSVERSION} < 400000
-IGNORE= "Systems prior to 4.x are not supported"
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>