diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2012-06-21 01:29:30 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2012-06-21 01:29:30 +0800 |
commit | a7715f25d27592c50c375bf6b6eb3b761e5713f4 (patch) | |
tree | 987fc8b1d39b9f7a4f312b6d2eb7c706b84946b9 /devel/libvshadow | |
parent | a8d00a6968821e3a522fcd711344af7039e10f29 (diff) | |
download | freebsd-ports-gnome-a7715f25d27592c50c375bf6b6eb3b761e5713f4.tar.gz freebsd-ports-gnome-a7715f25d27592c50c375bf6b6eb3b761e5713f4.tar.zst freebsd-ports-gnome-a7715f25d27592c50c375bf6b6eb3b761e5713f4.zip |
Remove unused USE_LIBTOOL line.
Reported by: Alex Kozlov <spam@rm-rf.kiev.ua>
Diffstat (limited to 'devel/libvshadow')
-rw-r--r-- | devel/libvshadow/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
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 |