diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-02-07 16:17:44 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-02-07 16:17:44 +0000 |
commit | 53969044d623c8f2d894dda6d21c1a9b95e8971e (patch) | |
tree | 1f5572c3ef4ca5b942bf2433a3d0cccd90cc4a67 /dns/libasr-devel/Makefile | |
parent | 0d7c986a57718947424fed51d25efa5b69e407e0 (diff) |
Notes
Diffstat (limited to 'dns/libasr-devel/Makefile')
-rw-r--r-- | dns/libasr-devel/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dns/libasr-devel/Makefile b/dns/libasr-devel/Makefile index 09b9140a3196..6e78ea3805d7 100644 --- a/dns/libasr-devel/Makefile +++ b/dns/libasr-devel/Makefile @@ -3,6 +3,7 @@ PORTNAME= libasr PORTVERSION= 201501300026 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= http://www.opensmtpd.org/archives/ \ http://distfiles.pirateparty.in/ashish/ @@ -17,9 +18,9 @@ LICENSE_FILE= ${WRKSRC}/LICENCE CONFLICTS= libasr-[0-9]* GNU_CONFIGURE= yes -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip +USES= libtool USE_LDCONFIG= yes .include <bsd.port.mk> |