aboutsummaryrefslogtreecommitdiff
path: root/palm/jpilot
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2004-07-15 10:39:31 +0000
committerVolker Stolz <vs@FreeBSD.org>2004-07-15 10:39:31 +0000
commitf9f4578699525e33ac19c7ebe146a70a72c69bc3 (patch)
treecd12bf2f02ca340dbed368fb79aa4e1cc8fe727b /palm/jpilot
parentafb56a35888db1014270fbdb195c38140a7e5b8c (diff)
downloadports-f9f4578699525e33ac19c7ebe146a70a72c69bc3.tar.gz
ports-f9f4578699525e33ac19c7ebe146a70a72c69bc3.zip
Notes
Diffstat (limited to 'palm/jpilot')
-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)