diff options
author | Steve Price <steve@FreeBSD.org> | 1999-07-04 21:36:08 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-07-04 21:36:08 +0000 |
commit | 0defe1918fe0180e68abdbfd722c54365ad225f2 (patch) | |
tree | d3f7841fedf9f51fe606db15968ef364ad7d1f9a /emulators/stella/Makefile | |
parent | Remove an extraneous blank line. (diff) |
This port requires X libs to build.
Notes
Notes:
svn path=/head/; revision=20045
Diffstat (limited to 'emulators/stella/Makefile')
-rw-r--r-- | emulators/stella/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/stella/Makefile b/emulators/stella/Makefile index 9414f76ce7ea..6c56daae2f90 100644 --- a/emulators/stella/Makefile +++ b/emulators/stella/Makefile @@ -3,7 +3,7 @@ # Date created: March 4, 1999 # Whom: Jacques Vidrine <nectar@FreeBSD.ORG> # -# $Id: Makefile,v 1.5 1999/03/04 23:24:27 nectar Exp $ +# $Id: Makefile,v 1.6 1999/04/07 15:52:58 nectar Exp $ # DISTNAME= stella-1.1-src @@ -21,6 +21,8 @@ WRKSRC= ${PORTTOP}/src/build MAKEFILE= makefile ALL_TARGET= freebsd-x +USE_XLIB= yes + ROMSDIR= ${PREFIX}/share/stella/roms ROMS= ELK.BIN OKIEDOKE.BIN OYSTR29.BIN TEST.BIN TPS.BIN DOCSDIR= ${PREFIX}/share/doc/stella |