diff options
author | ahze <ahze@FreeBSD.org> | 2005-04-13 03:13:39 +0000 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-04-13 03:13:39 +0000 |
commit | ada9d2fda16694279f2838385c370d51e2084001 (patch) | |
tree | c1c24627e4c28355faea87e8dfdfb3df1f8f5bff /x11-themes | |
parent | abac086248c485c88aeb40792601c3e17d72db7f (diff) | |
download | FreeBSD-ports-ada9d2fda16694279f2838385c370d51e2084001.zip FreeBSD-ports-ada9d2fda16694279f2838385c370d51e2084001.tar.gz |
- Only give OPTIONS for clearlooks port, not clearlooks-themes
- Remove white space
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/clearlooks/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-themes/clearlooks/Makefile b/x11-themes/clearlooks/Makefile index a0263a3..2af4495 100644 --- a/x11-themes/clearlooks/Makefile +++ b/x11-themes/clearlooks/Makefile @@ -23,8 +23,10 @@ USE_X_PREFIX= yes CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \ LDFLAGS="-L${X11BASE}/lib" +.if defined(PORTNAME) && ${PORTNAME} == "clearlooks" OPTIONS= METACITY "Depend on MetaCity Theme" On \ ANIMATION "Enable experimental animated progressbars" Off +.endif .include <bsd.port.pre.mk> @@ -34,8 +36,8 @@ PLIST_SUB+= ENGINE="" .else CONFLICTS= clearlooks-[0-9]* -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 +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 BUILD_WRKSRC= ${WRKSRC}/themes INSTALL_WRKSRC= ${WRKSRC}/themes |