diff options
author | marcus <marcus@FreeBSD.org> | 2004-08-03 08:24:18 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-08-03 08:24:18 +0800 |
commit | 2b3d400d379444ae3c33f382e6cec3c071f68d45 (patch) | |
tree | 21fdc4772565b2b92eba8a8eb857c7d5bc462709 /x11-themes | |
parent | 0afe1551e51e76a759041399ba0f4e91a58f0322 (diff) | |
download | freebsd-ports-gnome-2b3d400d379444ae3c33f382e6cec3c071f68d45.tar.gz freebsd-ports-gnome-2b3d400d379444ae3c33f382e6cec3c071f68d45.tar.zst freebsd-ports-gnome-2b3d400d379444ae3c33f382e6cec3c071f68d45.zip |
Correct some portlint whitespace issues that crept into the last commit.
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gnome-industrial-theme/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-themes/gnome-industrial-theme/Makefile b/x11-themes/gnome-industrial-theme/Makefile index 938359011f95..ea88f1a41fbc 100644 --- a/x11-themes/gnome-industrial-theme/Makefile +++ b/x11-themes/gnome-industrial-theme/Makefile @@ -19,11 +19,11 @@ COMMENT= Slick GNOME2 theme from Ximian EXTRACT_DEPENDS=rpm2cpio.pl:${PORTSDIR}/archivers/rpm2cpio BUILD_DEPENDS= ${X11BASE}/lib/gtk-2.0/2.4.0/engines/libindustrial.so:${PORTSDIR}/x11-themes/gnome-themes-extras -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ${BUILD_DEPENDS} NO_BUILD= yes USE_X_PREFIX= yes -USE_GNOME= gnomehack libgnomeui +USE_GNOME= gnomehack libgnomeui WRKSRC= ${WRKDIR}/ximian-artwork-${PORTVERSION} @@ -51,9 +51,9 @@ XIMIAN_DISTVERSION= 6.3 .if defined(WITH_XMMS) BUILD_DEPENDS+= xmms:${PORTSDIR}/multimedia/xmms RUN_DEPENDS+= xmms:${PORTSDIR}/multimedia/xmms -PLIST_SUB+= XMMS="" +PLIST_SUB+= XMMS="" .else -PLIST_SUB+= XMMS="@comment " +PLIST_SUB+= XMMS="@comment " .endif pre-everything:: |