diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-08-05 09:31:52 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-08-05 09:31:52 +0000 |
commit | ceba2112833ea325577af308d27cad5d00490059 (patch) | |
tree | 43770c600bd76bb00bd98dc59b4e2b6d76064eb1 /emulators/frodo | |
parent | 4f43ab018ab882c42157803c6c7856dce3689cdc (diff) | |
download | ports-ceba2112833ea325577af308d27cad5d00490059.tar.gz ports-ceba2112833ea325577af308d27cad5d00490059.zip |
Notes
Diffstat (limited to 'emulators/frodo')
-rw-r--r-- | emulators/frodo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/frodo/Makefile b/emulators/frodo/Makefile index 8ec69f7e22b0..894e459d3c57 100644 --- a/emulators/frodo/Makefile +++ b/emulators/frodo/Makefile @@ -3,7 +3,7 @@ # Date created: 11 Dez 1997 # Whom: dirk.meyer@dinoex.sub.org # -# $Id: Makefile,v 1.1.1.1 1998/02/21 21:24:35 steve Exp $ +# $Id: Makefile,v 1.2 1998/02/22 08:34:59 fenner Exp $ DISTNAME= FrodoV4_1a.Src PKGNAME= frodo-4.1 @@ -14,7 +14,7 @@ MAINTAINER= dirk.meyer@dinoex.sub.org RUN_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80 -USE_X11= YES +USE_X_PREFIX= YES ALL_TARGET= Frodo WRKSRC= ${WRKDIR}/Frodo/Src |