summaryrefslogtreecommitdiffstats
path: root/emulators/vice/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/vice/Makefile')
-rw-r--r--emulators/vice/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile
index a611695..f4b8d34 100644
--- a/emulators/vice/Makefile
+++ b/emulators/vice/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= vice
-PORTVERSION= 1.19
+PORTVERSION= 1.20
CATEGORIES= emulators
MASTER_SITES= http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/ \
http://fresh.t-systems-sfr.com/linux/src/ \
@@ -30,7 +30,7 @@ MAKE_ENV+= MAKEINFOFLAGS="--no-split"
.if defined(VICE_WITH_GNOME)
GNOME_SUFFIX= -gnome
-USE_GNOME= gnomelibs
+USE_GNOME= gnomelibs libgnomeui
CONFIGURE_ARGS= --enable-gnomeui
CONFLICTS?= vice-1.*
.else
@@ -38,9 +38,9 @@ CONFIGURE_ARGS= --with-xaw3d
CONFLICTS?= vice-gnome-1.*
.endif
-CFLAGS+= -I${LOCALBASE}/include
+CFLAGS+= -I${LOCALBASE}/include -I${X11BASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-CPPFLAGS+= -I${LOCALBASE}/include
+CPPFLAGS+= -I${LOCALBASE}/include -I${X11BASE}/include
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
MAN1= vice.1 c1541.1 petcat.1
MLINKS= vice.1 x64.1 \
OpenPOWER on IntegriCloud