diff options
author | pav <pav@FreeBSD.org> | 2007-02-07 17:12:53 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-02-07 17:12:53 +0800 |
commit | e1ed717e48a745960ce7a79a923d14f75a79336f (patch) | |
tree | 183092ec004feb24a406db9064da201200fd9206 | |
parent | ae9b25572a52510507b8a801852f5a31243c8c07 (diff) | |
download | freebsd-ports-gnome-e1ed717e48a745960ce7a79a923d14f75a79336f.tar.gz freebsd-ports-gnome-e1ed717e48a745960ce7a79a923d14f75a79336f.tar.zst freebsd-ports-gnome-e1ed717e48a745960ce7a79a923d14f75a79336f.zip |
- Revert libtool addition to fix the plist
-rw-r--r-- | lang/librep/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lang/librep/Makefile b/lang/librep/Makefile index 862d1b9c0263..44340f246e62 100644 --- a/lang/librep/Makefile +++ b/lang/librep/Makefile @@ -19,7 +19,6 @@ LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm PLIST_SUB= GNUHOST=${ARCH}-pc-freebsd${OSREL:C/\..*//} VERSION=${PORTVERSION} -USE_AUTOTOOLS= libtool:15 USE_GETTEXT= yes USE_GMAKE= yes USE_LDCONFIG= yes |