diff options
author | jlam <jlam@pkgsrc.org> | 2000-06-08 23:33:39 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-06-08 23:33:39 +0000 |
commit | 6497228790ea6e82fd3aa17bced2f851a0f6867d (patch) | |
tree | 3aec42cad4d75dacf905ef0e869bd7250267e46e /comms/pilot-link/Makefile | |
parent | 1ab8218d935d8ba16b4f47e297de4f88ef57ecf7 (diff) | |
download | pkgsrc-6497228790ea6e82fd3aa17bced2f851a0f6867d.tar.gz |
USE_LIBTOOL && LTCONFIG_OVERRIDE, not pkglibtool and patching configure
Diffstat (limited to 'comms/pilot-link/Makefile')
-rw-r--r-- | comms/pilot-link/Makefile | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/comms/pilot-link/Makefile b/comms/pilot-link/Makefile index c126724c373..74143ca64c1 100644 --- a/comms/pilot-link/Makefile +++ b/comms/pilot-link/Makefile @@ -1,15 +1,17 @@ -# $NetBSD: Makefile,v 1.18 2000/06/01 11:23:16 rh Exp $ +# $NetBSD: Makefile,v 1.19 2000/06/08 23:33:39 jlam Exp $ # -DISTNAME= pilot-link.0.9.3 -PKGNAME= pilot-link-0.9.3 -CATEGORIES= comms -MASTER_SITES= ftp://ryeham.ee.ryerson.ca/pub/PalmOS/ +DISTNAME= pilot-link.0.9.3 +PKGNAME= pilot-link-0.9.3 +CATEGORIES= comms +MASTER_SITES= ftp://ryeham.ee.ryerson.ca/pub/PalmOS/ -MAINTAINER= sommerfeld@alum.mit.edu +MAINTAINER= sommerfeld@alum.mit.edu -USE_PERL5= yes -USE_PKGLIBTOOL= yes -GNU_CONFIGURE= yes +USE_PERL5= # defined +GNU_CONFIGURE= # defined + +USE_LIBTOOL= # defined +LTCONFIG_OVERRIDE= ${WRKSRC}/scripts/ltconfig .include "../../mk/bsd.pkg.mk" |