aboutsummaryrefslogtreecommitdiffstats
path: root/dns/drill
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2005-04-14 21:49:51 +0800
committervs <vs@FreeBSD.org>2005-04-14 21:49:51 +0800
commit9635737fe5f2bb216baeb1cf3f071b9164990289 (patch)
treeb300f41be6d2f55884f69157f39c4da59fa12c02 /dns/drill
parent48803671a14a11f41bca2700ac52e91e276ee946 (diff)
downloadfreebsd-ports-gnome-9635737fe5f2bb216baeb1cf3f071b9164990289.tar.gz
freebsd-ports-gnome-9635737fe5f2bb216baeb1cf3f071b9164990289.tar.zst
freebsd-ports-gnome-9635737fe5f2bb216baeb1cf3f071b9164990289.zip
Unbreak on 4.x
PR: ports/77346
Diffstat (limited to 'dns/drill')
-rw-r--r--dns/drill/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/dns/drill/Makefile b/dns/drill/Makefile
index 0a87ba75855a..8521a9408f78 100644
--- a/dns/drill/Makefile
+++ b/dns/drill/Makefile
@@ -22,15 +22,9 @@ USE_OPENSSL= yes
HAS_CONFIGURE= yes
USE_GETOPT_LONG=yes
LDFLAGS+= -L${OPENSSLLIB}
-CFLAGS+= -I${OPENSSLINC}
+CFLAGS+= ${CPPFLAGS} -I${OPENSSLINC}
CONFIGURE_ARGS= --prefix=${PREFIX}
PLIST_FILES= bin/drill
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN= "Does not compile on FreeBSD 4.x"
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>