diff options
author | ade <ade@FreeBSD.org> | 2006-02-27 03:19:49 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2006-02-27 03:19:49 +0800 |
commit | 216fc57b0dcb2fcfd44aec5bd1415167a25f5987 (patch) | |
tree | ef63cee9af3a575e8beeb6b7c62d69436249f1d0 /sysutils | |
parent | 1caa7457d68e37fa0f34fa33386f81cc4f4592db (diff) | |
download | freebsd-ports-gnome-216fc57b0dcb2fcfd44aec5bd1415167a25f5987.tar.gz freebsd-ports-gnome-216fc57b0dcb2fcfd44aec5bd1415167a25f5987.tar.zst freebsd-ports-gnome-216fc57b0dcb2fcfd44aec5bd1415167a25f5987.zip |
Post libtool-conversion fixups
Submitted by: pointyhat
Approved by: portmgr (implicit)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/kdar/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/kdar/Makefile b/sysutils/kdar/Makefile index 6f4f3fc84819..e8a7cf6801a5 100644 --- a/sysutils/kdar/Makefile +++ b/sysutils/kdar/Makefile @@ -19,8 +19,8 @@ LIB_DEPENDS= dar.3:${PORTSDIR}/sysutils/dar USE_BZIP2= yes USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_KDEBASE_VER= 3 +USE_AUTOTOOLS= libtool:15 +USE_KDEBASE_VER=3 USE_REINPLACE= yes .include <bsd.port.pre.mk> |