diff options
author | Steve Price <steve@FreeBSD.org> | 1999-11-28 18:32:45 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-11-28 18:32:45 +0000 |
commit | bc087374d35aa9c841dd63d44e9c9697702921ed (patch) | |
tree | 9bfffecdf0e79fc2f3af0e2a2f1044536ad164ca /emulators/frodo/Makefile | |
parent | 3689fb2140698b1b4eff0933fe730262b161f533 (diff) | |
download | ports-bc087374d35aa9c841dd63d44e9c9697702921ed.tar.gz ports-bc087374d35aa9c841dd63d44e9c9697702921ed.zip |
Notes
Diffstat (limited to 'emulators/frodo/Makefile')
-rw-r--r-- | emulators/frodo/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/emulators/frodo/Makefile b/emulators/frodo/Makefile index 17f42d2f4344..cc99648e4362 100644 --- a/emulators/frodo/Makefile +++ b/emulators/frodo/Makefile @@ -4,15 +4,16 @@ # Whom: dirk.meyer@dinoex.sub.org # # $FreeBSD$ +# DISTNAME= FrodoV4_1a.Src PKGNAME= frodo-4.1 -CATEGORIES= emulators tk80 +CATEGORIES= emulators tk82 MASTER_SITES= ftp://sunsite.unc.edu/pub/micro/commodore/crossplatform/emulators/unix/ MAINTAINER= dirk.meyer@dinoex.sub.org -RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80 +RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 USE_X_PREFIX= YES ALL_TARGET= Frodo |