diff options
author | steve <steve@FreeBSD.org> | 1999-07-04 21:36:08 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-07-04 21:36:08 +0000 |
commit | 800f82e4a354dea5f38d091f7ca93d0ef20c7187 (patch) | |
tree | c3361478a33852f31a65980e578a0badb888cd0f /emulators/stella/Makefile | |
parent | 85f6278bae4f36767a640b23b0c428dad1b79d25 (diff) | |
download | FreeBSD-ports-800f82e4a354dea5f38d091f7ca93d0ef20c7187.zip FreeBSD-ports-800f82e4a354dea5f38d091f7ca93d0ef20c7187.tar.gz |
This port requires X libs to build.
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 9414f76..6c56daa 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 |