diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-04-19 17:56:05 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-04-19 17:56:05 +0000 |
commit | 3e4ed01146cfe2bdca465bd0e4d199341f62a0b6 (patch) | |
tree | d573ea09b2bf6be67cb497df199932da9e2707c4 /emulators/tme | |
parent | 40049f4af2200d0dcf33596508688623fc75f764 (diff) |
Notes
Diffstat (limited to 'emulators/tme')
-rw-r--r-- | emulators/tme/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/tme/Makefile b/emulators/tme/Makefile index 350092f2ddd7..9af70e5520c9 100644 --- a/emulators/tme/Makefile +++ b/emulators/tme/Makefile @@ -7,7 +7,7 @@ PORTNAME= tme PORTVERSION= 0.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= http://people.csail.mit.edu/fredette/tme/ @@ -16,6 +16,7 @@ COMMENT= Emulator for Sun 2/120, 3/150 and SPARCstation 2 machines GNU_CONFIGURE= yes USE_GMAKE= yes +USE_XORG= x11 USE_GNOME= gtk12 gnometarget CONFIGURE_ARGS+= --disable-shared MAKE_ENV= LANG=C |