summaryrefslogtreecommitdiff
path: root/net-mgmt/irrtoolset
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-08-25 14:09:46 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-08-25 14:09:46 +0000
commitdc3e5ce5906ff91ac2919c414fe1e2da5ba9cd46 (patch)
tree43b308874033ff8ed68bcb719e777e10c4c994fa /net-mgmt/irrtoolset
parent- Drop .la files, no dependees require them (diff)
- Switch to USES=libtool
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=366077
Diffstat (limited to 'net-mgmt/irrtoolset')
-rw-r--r--net-mgmt/irrtoolset/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/net-mgmt/irrtoolset/Makefile b/net-mgmt/irrtoolset/Makefile
index 061681fb79aa..b1efc349ec53 100644
--- a/net-mgmt/irrtoolset/Makefile
+++ b/net-mgmt/irrtoolset/Makefile
@@ -12,8 +12,7 @@ PLIST_FILES= bin/rpslcheck bin/peval bin/rtconfig \
man/man1/rtconfig.1.gz man/man1/peval.1.gz \
man/man1/rpslcheck.1.gz man/man1/irrtoolset-errors.1.gz
-USES= bison gmake
+USES= bison gmake libtool
GNU_CONFIGURE= yes
-USE_AUTOTOOLS= libtool
.include <bsd.port.mk>