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/basiliskII | |
parent | 7a80df400a58d8bd82ad01e5be6cd1dcd6044987 (diff) | |
download | freebsd-ports-graphics-528cecc4e059f2e8052ba15c64b45e8ce7d87054.tar.gz freebsd-ports-graphics-528cecc4e059f2e8052ba15c64b45e8ce7d87054.tar.zst freebsd-ports-graphics-528cecc4e059f2e8052ba15c64b45e8ce7d87054.zip |
Deploy USE_GNOMENG infrastructure
PR: 42199
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'emulators/basiliskII')
-rw-r--r-- | emulators/basiliskII/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/basiliskII/Makefile b/emulators/basiliskII/Makefile index 5af883856f8..1362078cf62 100644 --- a/emulators/basiliskII/Makefile +++ b/emulators/basiliskII/Makefile @@ -19,8 +19,8 @@ LIB_DEPENDS= lthread.2:${PORTSDIR}/devel/linuxthreads WRKSRC= ${WRKDIR}/BasiliskII-${PORTVERSION}/src/Unix USE_X_PREFIX= yes -USE_GTK= yes -USE_ESOUND= yes +USE_GNOMENG= yes +USE_GNOME= esound gtk12 GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ARGS= --disable-fbdev-dga |