diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-04-14 13:49:51 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-04-14 13:49:51 +0000 |
commit | bfa4f756859fab3bd748afc301b1b47f195e0f5d (patch) | |
tree | bcd6c5a84d01b7722087e98023b8cfd97d2f6249 /dns | |
parent | f31e0b0fbde87f0613a298d88f42fbf613e0efad (diff) | |
download | ports-bfa4f756859fab3bd748afc301b1b47f195e0f5d.tar.gz ports-bfa4f756859fab3bd748afc301b1b47f195e0f5d.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/drill/Makefile | 10 |
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> |