diff options
author | asami <asami@FreeBSD.org> | 1998-08-27 09:34:53 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-08-27 09:34:53 +0800 |
commit | a74ff89cb8d96242cfc3a1224304b61258c2d25c (patch) | |
tree | 1c6e3669dff012ada03802a1626d1432034e558b /german/BBBike | |
parent | 1a2278f3486abff6bcdb2f0cd7ec76c0837acf7f (diff) | |
download | freebsd-ports-gnome-a74ff89cb8d96242cfc3a1224304b61258c2d25c.tar.gz freebsd-ports-gnome-a74ff89cb8d96242cfc3a1224304b61258c2d25c.tar.zst freebsd-ports-gnome-a74ff89cb8d96242cfc3a1224304b61258c2d25c.zip |
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.
Diffstat (limited to 'german/BBBike')
-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 |