diff options
author | lioux <lioux@FreeBSD.org> | 2002-08-30 21:41:06 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-08-30 21:41:06 +0800 |
commit | 528cecc4e059f2e8052ba15c64b45e8ce7d87054 (patch) | |
tree | 141db14d29030a8bf2c77089ce1af9bc8111ce2c /emulators/vx68k | |
parent | 7a80df400a58d8bd82ad01e5be6cd1dcd6044987 (diff) | |
download | freebsd-ports-gnome-528cecc4e059f2e8052ba15c64b45e8ce7d87054.tar.gz freebsd-ports-gnome-528cecc4e059f2e8052ba15c64b45e8ce7d87054.tar.zst freebsd-ports-gnome-528cecc4e059f2e8052ba15c64b45e8ce7d87054.zip |
Deploy USE_GNOMENG infrastructure
PR: 42199
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'emulators/vx68k')
-rw-r--r-- | emulators/vx68k/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/vx68k/Makefile b/emulators/vx68k/Makefile index db96286b7aaa..0bd0a8ee7fa2 100644 --- a/emulators/vx68k/Makefile +++ b/emulators/vx68k/Makefile @@ -17,7 +17,8 @@ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= vm68k.4:${PORTSDIR}/emulators/libvm68k USE_MESA= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_LIBTOOL= yes LIBTOOLFILES= configure vx68k-gtk/configure LIBTOOLFLAGS= --disable-ltlibs --release-ignore |