diff options
author | Steve Price <steve@FreeBSD.org> | 1999-12-22 21:29:31 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-12-22 21:29:31 +0000 |
commit | 15c9b9d466c3166a4acc3d0e4e052a23c218d7b6 (patch) | |
tree | 598121d9f7b4f0391a20b19177c04619eed7811f /palm/pilot-link-devel/Makefile | |
parent | 923000b86a9b4a0ce180c33905016a41e3c68532 (diff) |
Notes
Diffstat (limited to 'palm/pilot-link-devel/Makefile')
-rw-r--r-- | palm/pilot-link-devel/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/palm/pilot-link-devel/Makefile b/palm/pilot-link-devel/Makefile index d67975cbe89f..2ddd24a88daf 100644 --- a/palm/pilot-link-devel/Makefile +++ b/palm/pilot-link-devel/Makefile @@ -7,13 +7,14 @@ DISTNAME= pilot-link.0.9.3 PKGNAME= pilot-link-0.9.3 -CATEGORIES= palm comms tk80 +CATEGORIES= palm comms tk82 MASTER_SITES= ftp://ryeham.ee.ryerson.ca/pub/PalmOS/ MAINTAINER= dima@freebsd.org -LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80 +LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 +USE_LIBTOOL= yes USE_PERL5= yes PREFIX= ${LOCALBASE}/pilot GNU_CONFIGURE= yes |