diff options
author | kris <kris@FreeBSD.org> | 2007-01-30 07:51:55 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-01-30 07:51:55 +0800 |
commit | c4b25c8706563848067a2476165dc6d1b9847808 (patch) | |
tree | 0a79c4a43e327cfd471e874f7fe11b78057b34be /archivers | |
parent | e2c3f06a64aca1169fe9b5289b0ebf9227714e9f (diff) | |
download | freebsd-ports-gnome-c4b25c8706563848067a2476165dc6d1b9847808.tar.gz freebsd-ports-gnome-c4b25c8706563848067a2476165dc6d1b9847808.tar.zst freebsd-ports-gnome-c4b25c8706563848067a2476165dc6d1b9847808.zip |
Use libtool port instead of included version to avoid a.out objformat botch
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/liborange/Makefile | 1 | ||||
-rw-r--r-- | archivers/orange/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/archivers/liborange/Makefile b/archivers/liborange/Makefile index 30e0d09b9270..fc0bd93c6a6f 100644 --- a/archivers/liborange/Makefile +++ b/archivers/liborange/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS= synce.0:${PORTSDIR}/palm/synce-libsynce \ dynamite.0:${PORTSDIR}/archivers/dynamite \ unshield.0:${PORTSDIR}/archivers/unshield +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-libsynce=${LOCALBASE} diff --git a/archivers/orange/Makefile b/archivers/orange/Makefile index 30e0d09b9270..fc0bd93c6a6f 100644 --- a/archivers/orange/Makefile +++ b/archivers/orange/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS= synce.0:${PORTSDIR}/palm/synce-libsynce \ dynamite.0:${PORTSDIR}/archivers/dynamite \ unshield.0:${PORTSDIR}/archivers/unshield +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-libsynce=${LOCALBASE} |