diff options
author | mezz <mezz@FreeBSD.org> | 2004-12-23 05:54:55 +0000 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2004-12-23 05:54:55 +0000 |
commit | 09289d54c74fe6cac4d7310155ea8a58ac719870 (patch) | |
tree | b46046e1997a6d6deef49c0f4e2bf38500f6dc99 /x11-themes | |
parent | 703382129092a091c1c3721134a3dc5ac5506612 (diff) | |
download | FreeBSD-ports-09289d54c74fe6cac4d7310155ea8a58ac719870.zip FreeBSD-ports-09289d54c74fe6cac4d7310155ea8a58ac719870.tar.gz |
Add the CONFLICTS with gtk-smooth-engine. I must have missed it in a while
ago. While I am here, make portlint happy by a very simple tweak of COMMENT.
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gnome-themes/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-themes/gnome-themes/Makefile b/x11-themes/gnome-themes/Makefile index 4981022..3adc130 100644 --- a/x11-themes/gnome-themes/Makefile +++ b/x11-themes/gnome-themes/Makefile @@ -13,11 +13,13 @@ MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.8 DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org -COMMENT= A collection of themes and icons for GNOME 2 designed for accessibility +COMMENT= A collection of themes and icons for GNOME2 designed for accessibility BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/gtk-engines-2.pc:${PORTSDIR}/x11-themes/gtk-engines2 RUN_DEPENDS= ${X11BASE}/libdata/pkgconfig/gtk-engines-2.pc:${PORTSDIR}/x11-themes/gtk-engines2 +CONFLICTS= gtk-smooth-engine-[0-9]* + USE_BZIP2= yes USE_X_PREFIX= yes USE_REINPLACE= yes |