diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-09-29 11:22:30 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-09-29 11:22:30 +0000 |
commit | 778c040197c800f220863d8710f7fa0dbbab7d08 (patch) | |
tree | 6c7fbc7925966e81aa212cf495a1b8f527486e73 /palm/pilot-link | |
parent | 0e68387d9647a09e32e3ef777fccd2289fc1403b (diff) | |
download | ports-778c040197c800f220863d8710f7fa0dbbab7d08.tar.gz ports-778c040197c800f220863d8710f7fa0dbbab7d08.zip |
Notes
Diffstat (limited to 'palm/pilot-link')
-rw-r--r-- | palm/pilot-link/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/palm/pilot-link/Makefile b/palm/pilot-link/Makefile index f1026ebb6740..08ad4f422f87 100644 --- a/palm/pilot-link/Makefile +++ b/palm/pilot-link/Makefile @@ -3,7 +3,7 @@ # Date created: November, 1997 # Whom: Paul Traina <pst@freebsd.org> # -# $Id: Makefile,v 1.18 1998/08/07 23:56:12 asami Exp $ +# $Id: Makefile,v 1.19 1998/09/25 10:05:00 asami Exp $ DISTNAME= pilot-link.0.8.13 PKGNAME= pilot-link-0.8.13 @@ -14,6 +14,8 @@ MAINTAINER= dima@freebsd.org LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80 +BROKEN= package + USE_PERL5= yes PREFIX= ${LOCALBASE}/pilot GNU_CONFIGURE= yes |