diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-09-07 20:12:42 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-09-07 20:12:42 +0000 |
commit | d576a7f8bf98cc4569c8ff5c635ed0f8125a50e5 (patch) | |
tree | 67ee51108f60b3d70d146bd82a2f3afe9159b38c /emulators/vice/Makefile | |
parent | 3b3202afc1439bf17dd8ac49cd3c0d76deecc944 (diff) | |
download | ports-d576a7f8bf98cc4569c8ff5c635ed0f8125a50e5.tar.gz ports-d576a7f8bf98cc4569c8ff5c635ed0f8125a50e5.zip |
Notes
Diffstat (limited to 'emulators/vice/Makefile')
-rw-r--r-- | emulators/vice/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile index a6116952942d..f4b8d3410ea5 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 \ |