diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2004-12-23 05:54:55 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2004-12-23 05:54:55 +0000 |
commit | eea66cea12c825ac0f276209ae1659c277961439 (patch) | |
tree | 9d9ae259f2dd48079e64fc4294d69c4e49c44230 /x11-themes/gnome-themes | |
parent | b30ffa6cfe8fc534489d4cf542e184d0cba25f6e (diff) | |
download | ports-eea66cea12c825ac0f276209ae1659c277961439.tar.gz ports-eea66cea12c825ac0f276209ae1659c277961439.zip |
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.
Notes
Notes:
svn path=/head/; revision=124902
Diffstat (limited to 'x11-themes/gnome-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 4981022af105..3adc130da95d 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 |