summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/libdap/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/libdap/Makefile b/devel/libdap/Makefile
index 82562e9736ea..ed1731f6d86b 100644
--- a/devel/libdap/Makefile
+++ b/devel/libdap/Makefile
@@ -11,16 +11,15 @@ MAINTAINER= sunpoet@FreeBSD.org
COMMENT= SDK which contains an implementation of DAP 2.0 and 3.1
LICENSE= LGPL21
+LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \
libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid \
libxml2.so:${PORTSDIR}/textproc/libxml2
-CPPFLAGS+= -I${LOCALBASE}/include
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
-LDFLAGS+= -L${LOCALBASE}/lib
USE_LDCONFIG= yes
-USES= charsetfix gmake libtool pathfix
+USES= bison charsetfix gmake libtool localbase pathfix
.include <bsd.port.mk>