diff options
-rw-r--r-- | multimedia/linux-realplayer/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/etherape/Makefile | 3 | ||||
-rw-r--r-- | net-p2p/gtorrentviewer/Makefile | 6 | ||||
-rw-r--r-- | palm/jpilot/Makefile | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/multimedia/linux-realplayer/Makefile b/multimedia/linux-realplayer/Makefile index d338c23f9323..b895801510ab 100644 --- a/multimedia/linux-realplayer/Makefile +++ b/multimedia/linux-realplayer/Makefile @@ -56,7 +56,6 @@ PLIST_SUB+= ICONS="@comment " .endif .if ${PORT_OPTIONS:MGNOME} -USE_GNOME+= gnomehier USES+= desktop-file-utils PLIST_SUB+= GNOME="" .else diff --git a/net-mgmt/etherape/Makefile b/net-mgmt/etherape/Makefile index 67a90783417c..0cb380f26679 100644 --- a/net-mgmt/etherape/Makefile +++ b/net-mgmt/etherape/Makefile @@ -3,6 +3,7 @@ PORTNAME= etherape PORTVERSION= 0.9.13 +PORTREVISION= 1 CATEGORIES= net-mgmt gnome MASTER_SITES= SF @@ -12,7 +13,7 @@ COMMENT= Graphical network traffic visualization tool for gnome LICENSE= GPLv2 USES= gettext gmake iconv pathfix pkgconfig -USE_GNOME= gnomedocutils gnomehier libglade2 libgnomeui +USE_GNOME= gnomedocutils libglade2 libgnomeui GNU_CONFIGURE= yes INSTALLS_OMF= yes diff --git a/net-p2p/gtorrentviewer/Makefile b/net-p2p/gtorrentviewer/Makefile index 60403528b9e1..d55653d37638 100644 --- a/net-p2p/gtorrentviewer/Makefile +++ b/net-p2p/gtorrentviewer/Makefile @@ -4,7 +4,7 @@ PORTNAME= gtorrentviewer PORTVERSION= 0.2b -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= net-p2p MASTER_SITES= SF/${PORTNAME}/GTorrentViewer/${PORTVERSION} DISTNAME= GTorrentViewer-${PORTVERSION} @@ -17,8 +17,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl -USES= gmake pkgconfig -USE_GNOME= gtk20 gnomehier intlhack +USES= gmake pkgconfig desktop-file-utils +USE_GNOME= gtk20 intlhack GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-pixmapsdir=${PREFIX}/share/pixmaps \ --with-desktopdir=${PREFIX}/share/applications diff --git a/palm/jpilot/Makefile b/palm/jpilot/Makefile index 9df575ac8da2..55295d827614 100644 --- a/palm/jpilot/Makefile +++ b/palm/jpilot/Makefile @@ -5,6 +5,7 @@ PORTNAME= jpilot PORTVERSION= 1.8.2 +PORTREVISION= 1 CATEGORIES+= palm comms MASTER_SITES= http://www.mirrorservice.org/sites/master.us.finkmirrors.net/distfiles/ \ http://jpilot.org/ @@ -18,7 +19,6 @@ LIB_DEPENDS= libpisock.so:${PORTSDIR}/palm/pilot-link USE_GCC= any USES= pkgconfig gmake libtool -USE_GNOME= gnomehier GNU_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |