diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-08-25 22:09:46 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-08-25 22:09:46 +0800 |
commit | 4229d0981c762f6d68ec9b1a1928e10709a65927 (patch) | |
tree | 43b308874033ff8ed68bcb719e777e10c4c994fa /net-mgmt | |
parent | cdb594045aaab81b61c9301b9e720932871dc0cc (diff) | |
download | freebsd-ports-gnome-4229d0981c762f6d68ec9b1a1928e10709a65927.tar.gz freebsd-ports-gnome-4229d0981c762f6d68ec9b1a1928e10709a65927.tar.zst freebsd-ports-gnome-4229d0981c762f6d68ec9b1a1928e10709a65927.zip |
- Switch to USES=libtool
Approved by: portmgr blanket
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/irrtoolset/Makefile | 3 |
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> |