summaryrefslogtreecommitdiff
path: root/dns/dhisd/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-01-05 19:44:02 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-01-05 19:44:02 +0000
commitd095d4a96566a3ab095ab2e30430ce93a154f1a7 (patch)
treeca5cd97e4ad40da4b6e4a6c197453610fd6c69b1 /dns/dhisd/Makefile
parent- Remove conditional checks for FreeBSD 5.x and older (diff)
- Remove conditional checks for FreeBSD 5.x and older
Notes
Notes: svn path=/head/; revision=225293
Diffstat (limited to 'dns/dhisd/Makefile')
-rw-r--r--dns/dhisd/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/dns/dhisd/Makefile b/dns/dhisd/Makefile
index 3b228f628009..52253abb6edc 100644
--- a/dns/dhisd/Makefile
+++ b/dns/dhisd/Makefile
@@ -14,14 +14,11 @@ MASTER_SITES= ftp://ftp.dhis.org/pub/dhis/
MAINTAINER= marius@FreeBSD.org
COMMENT= DHIS server for dynamic updates on the server using specific engines
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} > 500023
LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4
+
CFLAGS+= -I${PREFIX}/include
LDFLAGS+= -L${PREFIX}/lib
-MAKE_ENV+= LDFLAGS="${LDFLAGS}"
-.endif
+MAKE_ENV= LDFLAGS="${LDFLAGS}"
DOCFILES= CONTRIBUTORS COPYRIGHT INSTALL MODULES README
@@ -77,4 +74,4 @@ post-install:
.endif
@${ECHO} "--------------------------------------------------------------------------"
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>