diff options
author | jseger <jseger@FreeBSD.org> | 1998-10-12 03:08:56 +0000 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-10-12 03:08:56 +0000 |
commit | 7cfe4fef49e66b1d341a70fe88c3a74ef46a5e6c (patch) | |
tree | 27b859a8e57e55a903bb7b0ef91074fc043874c6 /palm | |
parent | 6f82dbe3c9f24ed1ebfad2d8891d4afe1986bdfa (diff) | |
download | FreeBSD-ports-7cfe4fef49e66b1d341a70fe88c3a74ef46a5e6c.zip FreeBSD-ports-7cfe4fef49e66b1d341a70fe88c3a74ef46a5e6c.tar.gz |
Unbreak for ELF.
Submitted by: dima
Diffstat (limited to 'palm')
-rw-r--r-- | palm/pilot-link-devel/Makefile | 4 | ||||
-rw-r--r-- | palm/pilot-link/Makefile | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/palm/pilot-link-devel/Makefile b/palm/pilot-link-devel/Makefile index 74dc7cc..c1d5292 100644 --- a/palm/pilot-link-devel/Makefile +++ b/palm/pilot-link-devel/Makefile @@ -3,7 +3,7 @@ # Date created: November, 1997 # Whom: Paul Traina <pst@freebsd.org> # -# $Id: Makefile,v 1.21 1998/09/30 04:52:30 dima Exp $ +# $Id: Makefile,v 1.22 1998/10/12 00:57:07 jseger Exp $ DISTNAME= pilot-link.0.9.0 PKGNAME= pilot-link-0.9.0 @@ -14,8 +14,6 @@ MAINTAINER= dima@freebsd.org LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80 -BROKEN_ELF= bad shared library version numbers - USE_PERL5= yes PREFIX= ${LOCALBASE}/pilot GNU_CONFIGURE= yes diff --git a/palm/pilot-link/Makefile b/palm/pilot-link/Makefile index 74dc7cc..c1d5292 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.21 1998/09/30 04:52:30 dima Exp $ +# $Id: Makefile,v 1.22 1998/10/12 00:57:07 jseger Exp $ DISTNAME= pilot-link.0.9.0 PKGNAME= pilot-link-0.9.0 @@ -14,8 +14,6 @@ MAINTAINER= dima@freebsd.org LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80 -BROKEN_ELF= bad shared library version numbers - USE_PERL5= yes PREFIX= ${LOCALBASE}/pilot GNU_CONFIGURE= yes |