diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-04 23:18:39 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-04 23:18:39 +0000 |
commit | 2c78917c6bd9f920d6969dc923bd329977990eb8 (patch) | |
tree | 7cede1b80ccfbfd4c83026ab57ab994de9df10db /emulators/atari800/Makefile | |
parent | Find the new xview port and misc cleanups. (diff) |
LIB_DEPENDS on the new unified xview port.
Notes
Notes:
svn path=/head/; revision=18484
Diffstat (limited to 'emulators/atari800/Makefile')
-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 |