summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-04-14 13:49:51 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-04-14 13:49:51 +0000
commitbfa4f756859fab3bd748afc301b1b47f195e0f5d (patch)
treebcd6c5a84d01b7722087e98023b8cfd97d2f6249 /dns
parent- Update to 0.50. (diff)
Unbreak on 4.x
PR: ports/77346
Notes
Notes: svn path=/head/; revision=133328
Diffstat (limited to 'dns')
-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>