From f9f4578699525e33ac19c7ebe146a70a72c69bc3 Mon Sep 17 00:00:00 2001 From: Volker Stolz Date: Thu, 15 Jul 2004 10:39:31 +0000 Subject: Change the default configuration to use GTK2 rather than GTK1. PR: ports/69069 Submitted by: Alex Varju (maintainer) --- palm/jpilot/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'palm/jpilot') diff --git a/palm/jpilot/Makefile b/palm/jpilot/Makefile index 328f08cfaa19..6002e0c9a00b 100644 --- a/palm/jpilot/Makefile +++ b/palm/jpilot/Makefile @@ -8,6 +8,7 @@ PORTNAME= jpilot PORTVERSION= 0.99.7 +PORTREVISION= 1 CATEGORIES+= palm comms MASTER_SITES= http://jpilot.org/ @@ -20,11 +21,11 @@ CONFIGURE_ARGS+= --with-pilot-prefix=${PREFIX} .if (!defined(WITHOUT_NLS)) USE_GETTEXT= yes .endif -.if defined(WITH_GTK2) +.if defined(WITH_GTK1) +USE_GNOME= gtk12 +.else USE_GNOME= gtk20 CONFIGURE_ARGS+= --enable-gtk2=yes -.else -USE_GNOME= gtk12 .endif .if !defined(WITHOUT_NLS) -- cgit v1.2.3