summaryrefslogtreecommitdiff
path: root/emulators/vice
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-04-20 03:03:05 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-04-20 03:03:05 +0000
commite28f0247c9cb094ae1aac3e3ddb6600b12a3629a (patch)
tree9cdda5103c33e509409bbe18f3464e2ab551d453 /emulators/vice
parentBorrow a patch from Doug to fix getimage with Perl < 5.6. (diff)
Remove USE_GNOMENG.
Notes
Notes: svn path=/head/; revision=79332
Diffstat (limited to 'emulators/vice')
-rw-r--r--emulators/vice/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile
index 62d9c93c5927..b10d1b995a15 100644
--- a/emulators/vice/Makefile
+++ b/emulators/vice/Makefile
@@ -28,7 +28,6 @@ USE_XPM= yes
GNU_CONFIGURE= yes
.if defined(VICE_WITH_GNOME)
-USE_GNOMENG= yes
USE_GNOME= gnomelibs
CONFIGURE_ARGS= --enable-gnomeui
.else