diff options
author | jgh <jgh@FreeBSD.org> | 2014-12-31 02:44:14 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2014-12-31 02:44:14 +0800 |
commit | 4ef09973dbb074c9270fe381bda30f112d16065f (patch) | |
tree | acc88cd76f84f1f914dfcb2feddfc285ce21b163 /deskutils | |
parent | 577ea7a231b9ccd822b046d671f3063832cfe88c (diff) | |
download | freebsd-ports-gnome-4ef09973dbb074c9270fe381bda30f112d16065f.tar.gz freebsd-ports-gnome-4ef09973dbb074c9270fe381bda30f112d16065f.tar.zst freebsd-ports-gnome-4ef09973dbb074c9270fe381bda30f112d16065f.zip |
- revert back to gnome-icon-theme, as tango wasn't an full replacement
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/xpad/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deskutils/xpad/Makefile b/deskutils/xpad/Makefile index ddaf4ea70d2e..26077c26de17 100644 --- a/deskutils/xpad/Makefile +++ b/deskutils/xpad/Makefile @@ -3,6 +3,7 @@ PORTNAME= xpad PORTVERSION= 4.5.0 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= http://launchpad.net/${PORTNAME}/trunk/4.5/+download/ @@ -11,7 +12,7 @@ COMMENT= Virtual note-pad system for your X11 desktop LICENSE= GPLv3 -RUN_DEPENDS= icons-tango>=0:${PORTSDIR}/x11-themes/icons-tango +RUN_DEPENDS= gnome-icon-theme>=0:${PORTSDIR}/misc/gnome-icon-theme OPTIONS_DEFINE= NLS DOCS OPTIONS_SUB= yes |