aboutsummaryrefslogtreecommitdiff
path: root/palm/jpilot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'palm/jpilot/Makefile')
-rw-r--r--palm/jpilot/Makefile7
1 files changed, 4 insertions, 3 deletions
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)