diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 1999-04-07 15:52:58 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 1999-04-07 15:52:58 +0000 |
commit | c788aecf92ef8c7b2fb4fde346399d083cfdfabc (patch) | |
tree | 7e1c233f79974487eba491243c1bfe27f67a89a5 /emulators/stella/Makefile | |
parent | Fix packing list: libghttp.so.0.2 -> libghttp.so.1.0 (diff) |
Add USE_XLIB
Notes
Notes:
svn path=/head/; revision=17691
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 29e457829fd4..9414f76ce7ea 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.4 1998/12/01 09:36:33 obrien Exp $ +# $Id: Makefile,v 1.5 1999/03/04 23:24:27 nectar Exp $ # DISTNAME= stella-1.1-src @@ -14,6 +14,8 @@ MASTER_SITES= ftp://ftp.eos.ncsu.edu/pub/bsvc/stella/1.1/ \ MAINTAINER= nectar@FreeBSD.ORG +USE_XLIB= yes + PORTTOP= ${WRKDIR}/${PKGNAME} WRKSRC= ${PORTTOP}/src/build MAKEFILE= makefile |