diff options
-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 |