Index: ports/palm/jpilot/Makefile =================================================================== RCS file: /home/freebsd/cvsroot/ports/palm/jpilot/Makefile,v retrieving revision 1.41 diff -u -r1.41 Makefile --- ports/palm/jpilot/Makefile 2 May 2004 22:01:44 -0000 1.41 +++ ports/palm/jpilot/Makefile 14 Jul 2004 23:15:56 -0000 @@ -8,6 +8,7 @@ PORTNAME= jpilot PORTVERSION= 0.99.7 +PORTREVISION= 1 CATEGORIES+= palm comms MASTER_SITES= http://jpilot.org/ @@ -20,11 +21,11 @@ .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)