diff options
Diffstat (limited to 'german/BBBike/Makefile')
-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 |