diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-08-27 01:34:53 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-08-27 01:34:53 +0000 |
commit | bf50e68df872d72fa9d8af6ee1dee1ea10db5199 (patch) | |
tree | afacaeeb79eed7c14f4360fc926e9c66f370a176 /german | |
parent | Hope I haven't missed anything or forgotten to credit anybody. (By (diff) |
Mark this port broken:
======
===> Building package for BBBike-2.48
Creating package /usr/ports/packages/All/BBBike-2.48.tgz
Registering depends: perl-5.00502.
Creating gzip'd tar ball in '/usr/ports/packages/All/BBBike-2.48.tgz'
tar: can't add file BBBike/lib/BBBikeXS.pm : No such file or directory
tar: can't add file BBBike/lib/VirtArray.pm : No such file or directory
pkg_create: tar command failed with code 256
*** Error code 1
=======
While I'm here, adjust the p5-Tk dependency path (both .pm file and
p5-Tk location were wrong) and remove obsoleted variable NO_CONFIGURE.
Notes
Notes:
svn path=/head/; revision=12874
Diffstat (limited to 'german')
-rw-r--r-- | german/BBBike/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/german/BBBike/Makefile b/german/BBBike/Makefile index 9ab80aee3acf..72d813fc7e0d 100644 --- a/german/BBBike/Makefile +++ b/german/BBBike/Makefile @@ -3,7 +3,7 @@ # Date created: Fri Aug 14 15:32:26 CEST 1998 # Whom: Slaven Rezic <eserte@cs.tu-berlin.de> # -# $Id: Makefile.tmpl,v 1.3 1998/08/24 00:19:56 eserte Exp $ +# $Id: Makefile,v 1.1.1.1 1998/08/26 09:55:38 wosch Exp $ # DISTNAME= BBBike-2.48 @@ -12,14 +12,14 @@ MASTER_SITES= http://pub.cs.tu-berlin.de/src/BBBike/ MAINTAINER= eserte@cs.tu-berlin.de -BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/Tk.pm:${PORTSDIR}/x11/p5-Tk +BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/Tk.pm:${PORTSDIR}/x11-toolkits/p5-Tk + +BROKEN= perl5 upgrade USE_PERL5= YES PERLEXE= perl5 POD2MAN= pod2man -NO_CONFIGURE= YES - MAN1= bbbike.1 MYDESTDIR= ${PREFIX}/BBBike |