diff options
author | pav <pav@FreeBSD.org> | 2006-03-17 03:27:44 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-03-17 03:27:44 +0800 |
commit | 451c2383475c380ca68768bcc19bf8532deb47ba (patch) | |
tree | 533a776f59bc8f47c13d1cde068cab7d5817b607 /x11-themes/icons-tango/Makefile | |
parent | dbf0b18b22ee48df49359a3e8b5ebb8bba6099cd (diff) | |
download | freebsd-ports-gnome-451c2383475c380ca68768bcc19bf8532deb47ba.tar.gz freebsd-ports-gnome-451c2383475c380ca68768bcc19bf8532deb47ba.tar.zst freebsd-ports-gnome-451c2383475c380ca68768bcc19bf8532deb47ba.zip |
- Update to 0.7.0
- Unbreak
PR: ports/93162
Submitted by: Phillip Neumann <pneumann@gmail.com> (maintainer)
Diffstat (limited to 'x11-themes/icons-tango/Makefile')
-rw-r--r-- | x11-themes/icons-tango/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-themes/icons-tango/Makefile b/x11-themes/icons-tango/Makefile index 7e8d1e58bc3e..8a6dae3f177f 100644 --- a/x11-themes/icons-tango/Makefile +++ b/x11-themes/icons-tango/Makefile @@ -6,9 +6,11 @@ # PORTNAME= icons-tango -PORTVERSION= 0.6.7 +PORTVERSION= 0.7.0 CATEGORIES= x11-themes -MASTER_SITES= http://tango-project.org/releases/ +MASTER_SITES= http://tango-project.org/releases/ \ + ${MASTER_SITE_GENTOO} +MASTER_SITE_SUBDIR= distfiles DISTNAME= tango-icon-theme-${PORTVERSION} MAINTAINER= pneumann@gmail.com @@ -17,8 +19,6 @@ COMMENT= A basic set of icons for the most common usage BUILD_DEPENDS= ${LOCALBASE}/libexec/icon-name-mapping:${PORTSDIR}/x11-themes/icon-naming-utils \ Magick-config:${PORTSDIR}/graphics/ImageMagick -BROKEN= Incomplete pkg-plist - GNU_CONFIGURE= yes USE_GMAKE= yes USE_X_PREFIX= yes |