diff options
author | bapt <bapt@FreeBSD.org> | 2014-12-21 08:43:28 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-12-21 08:43:28 +0800 |
commit | cca45a64384514265de0b6d08f9499e1b0fe1d8c (patch) | |
tree | 7c4d0e75a9b3f07b88c94a6002c7c7d51b6eb0d2 /net-p2p/gtorrentviewer | |
parent | aa6d2705949fb367f88321a2b216e858c831f92e (diff) | |
download | freebsd-ports-gnome-cca45a64384514265de0b6d08f9499e1b0fe1d8c.tar.gz freebsd-ports-gnome-cca45a64384514265de0b6d08f9499e1b0fe1d8c.tar.zst freebsd-ports-gnome-cca45a64384514265de0b6d08f9499e1b0fe1d8c.zip |
Get rid of gnomehier
Diffstat (limited to 'net-p2p/gtorrentviewer')
-rw-r--r-- | net-p2p/gtorrentviewer/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 |