diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-07-15 10:39:31 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-07-15 10:39:31 +0000 |
commit | f9f4578699525e33ac19c7ebe146a70a72c69bc3 (patch) | |
tree | cd12bf2f02ca340dbed368fb79aa4e1cc8fe727b /palm/jpilot | |
parent | afb56a35888db1014270fbdb195c38140a7e5b8c (diff) |
Change the default configuration to use GTK2 rather than GTK1.
PR: ports/69069
Submitted by: Alex Varju (maintainer)
Notes
Notes:
svn path=/head/; revision=113702
Diffstat (limited to 'palm/jpilot')
-rw-r--r-- | palm/jpilot/Makefile | 7 |
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) |