diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2012-06-20 17:29:30 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2012-06-20 17:29:30 +0000 |
commit | 5f307059943bf8d2fa7c944bbafa414080d32e9a (patch) | |
tree | 73c1c8a82fe22a2dc0b1c339aab3a6498919ea0e /devel | |
parent | 4224ddb9a258878891ab0f48fc9a8cf8c19cd9b0 (diff) |
Remove unused USE_LIBTOOL line.
Reported by: Alex Kozlov <spam@rm-rf.kiev.ua>
Notes
Notes:
svn path=/head/; revision=299695
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libewf/Makefile | 1 | ||||
-rw-r--r-- | devel/libvshadow/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/devel/libewf/Makefile b/devel/libewf/Makefile index 6388ea73b300..36233e1afb55 100644 --- a/devel/libewf/Makefile +++ b/devel/libewf/Makefile @@ -23,7 +23,6 @@ RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod USE_GETTEXT= yes USE_ICONV= yes USE_LDCONFIG= yes -USE_LIBTOOL= yes USE_OPENSSL= yes USE_PYTHON= yes diff --git a/devel/libvshadow/Makefile b/devel/libvshadow/Makefile index a5a230e9ece5..f9dacd80b203 100644 --- a/devel/libvshadow/Makefile +++ b/devel/libvshadow/Makefile @@ -23,7 +23,6 @@ RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod USE_GETTEXT= yes USE_ICONV= yes USE_LDCONFIG= yes -USE_LIBTOOL= yes GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib |