diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2009-04-01 10:10:16 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2009-04-01 10:10:16 +0000 |
commit | 7aec2c3eab75e8cf9f2d3f35f3ed1120781585f6 (patch) | |
tree | 0b883044e43a8529699bff24a4e0487e663a0177 /x11-themes | |
parent | 7bd0b24591110e2807f5cf55230131f5669a3dbd (diff) |
Finish repocopies of new linux-f8 infrastructure ports:
. add CONFLICTS to 47 original ports;
. bump PORTREVISIONs for all of them;
. pet portlint for 2-3 ports (misplaced PORTREVISION).
Notes
Notes:
svn path=/head/; revision=231432
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/linux-hicolor-icon-theme/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-themes/linux-hicolor-icon-theme/Makefile b/x11-themes/linux-hicolor-icon-theme/Makefile index e8de31fb6335..4e472a9d48ba 100644 --- a/x11-themes/linux-hicolor-icon-theme/Makefile +++ b/x11-themes/linux-hicolor-icon-theme/Makefile @@ -7,7 +7,7 @@ PORTNAME= hicolor-icon-theme PORTVERSION= 0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-themes linux MASTER_SITES= # empty PKGNAMEPREFIX= linux- @@ -18,6 +18,8 @@ COMMENT= A high-color icon theme shell from the FreeDesktop project RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme +CONFLICTS= linux-f8-hicolor-icon-theme-[0-9]* + NO_BUILD= yes USE_LINUX= yes USE_LINUX_PREFIX= yes |