summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authortv <tv>1998-07-24 01:56:59 +0000
committertv <tv>1998-07-24 01:56:59 +0000
commite892d62fc0d4fbcac1c8ab701c0ae9e099d99b95 (patch)
tree4a3f1ba6717b1a2d9f43df9e1780b9595d3a5437 /comms
parent3a9e553e2fe90d2131eea1edee6c85c4fde6dfb6 (diff)
downloadpkgsrc-e892d62fc0d4fbcac1c8ab701c0ae9e099d99b95.tar.gz
Update to use USE_LIBTOOL.
Diffstat (limited to 'comms')
-rw-r--r--comms/fidogate/Makefile6
-rw-r--r--comms/pilot-link/Makefile8
2 files changed, 5 insertions, 9 deletions
diff --git a/comms/fidogate/Makefile b/comms/fidogate/Makefile
index aa6c6b91d38..4564c7e2d02 100644
--- a/comms/fidogate/Makefile
+++ b/comms/fidogate/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 1998/07/18 14:50:38 tv Exp $
+# $NetBSD: Makefile,v 1.4 1998/07/24 01:56:59 tv Exp $
#
DISTNAME= fidogate-4.2.9
@@ -7,11 +7,9 @@ MASTER_SITES= ftp://ftp.fido.de/pub/fidogate/
MAINTAINER= tv@netbsd.org # aka "Todd Vierling" @ 1:396/1.5
-BUILD_DEPENDS= ${PREFIX}/bin/libtool:../../devel/libtool
-
USE_GMAKE= yes
USE_PERL5= yes
-MAKE_ENV= LIBTOOL=${PREFIX}/bin/libtool
+USE_LIBTOOL= yes
WRKSRC= ${WRKDIR}/fidogate
NO_CDROM= "extremely limited usefulness to the general public"
diff --git a/comms/pilot-link/Makefile b/comms/pilot-link/Makefile
index 8145786695c..8e0ba27860b 100644
--- a/comms/pilot-link/Makefile
+++ b/comms/pilot-link/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 1998/07/17 20:59:41 tv Exp $
+# $NetBSD: Makefile,v 1.12 1998/07/24 01:56:59 tv Exp $
#
DISTNAME= pilot-link.0.8.13
@@ -8,12 +8,10 @@ MASTER_SITES= ftp://ryeham.ee.ryerson.ca/pub/PalmOS/
MAINTAINER= sommerfeld@alum.mit.edu
-BUILD_DEPENDS= ${PREFIX}/bin/libtool:../../devel/libtool
-
USE_PERL5= yes
+USE_LIBTOOL= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= LIBTOOL=${PREFIX}/bin/libtool \
- INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
+CONFIGURE_ENV= INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
INSTALL_DATA="${INSTALL_DATA}"
MAKE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}"