diff options
author | steve <steve@FreeBSD.org> | 1999-05-05 07:18:39 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-05-05 07:18:39 +0800 |
commit | 530f40dbd608eeafa275dac1b5ca6061d49eb8c6 (patch) | |
tree | 2b2eec5b10200bb83c606975e74203d1c4a8624c /emulators/atari800 | |
parent | 2a84422835b8074e8750bf82ca10ad14c39e26d9 (diff) | |
download | freebsd-ports-gnome-530f40dbd608eeafa275dac1b5ca6061d49eb8c6.tar.gz freebsd-ports-gnome-530f40dbd608eeafa275dac1b5ca6061d49eb8c6.tar.zst freebsd-ports-gnome-530f40dbd608eeafa275dac1b5ca6061d49eb8c6.zip |
LIB_DEPENDS on the new unified xview port.
Diffstat (limited to 'emulators/atari800')
-rw-r--r-- | emulators/atari800/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/atari800/Makefile b/emulators/atari800/Makefile index 99b82469df2b..aec184cb04d9 100644 --- a/emulators/atari800/Makefile +++ b/emulators/atari800/Makefile @@ -3,7 +3,7 @@ # Date created: 29th April, 1997 # Whom: Joel Sutton <jsutton@webnet.com.au> # -# $Id: Makefile,v 1.3 1998/12/03 06:44:06 obrien Exp $ +# $Id: Makefile,v 1.4 1999/03/30 16:32:34 taoka Exp $ # DISTNAME= Atari800-0.8.6 @@ -17,7 +17,7 @@ MAINTAINER= jsutton@webnet.com.au BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip .if defined(ATARI) && (${ATARI} == "freebsd-xview") -LIB_DEPENDS= xview:${PORTSDIR}/x11-toolkits/xview-lib +LIB_DEPENDS= xview:${PORTSDIR}/x11-toolkits/xview .endif DIST_SUBDIR= atari EXTRA_FILES= xf25.zip |