diff options
author | Ade Lovett <ade@FreeBSD.org> | 2001-05-04 21:41:30 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2001-05-04 21:41:30 +0000 |
commit | bc47cccc84a1837da1919cf6c75785c9646d1761 (patch) | |
tree | f7a9d348554d6994c70ad84089b6b749b7ac60fd /x11-toolkits/eazel-themes | |
parent | 7ce0c30d7530087588921aedd4971eec44d11823 (diff) |
Various patches (mainly shared library revision changes) for those
ports that depend on GNOME and need to change for 1.4
Notes
Notes:
svn path=/head/; revision=42259
Diffstat (limited to 'x11-toolkits/eazel-themes')
-rw-r--r-- | x11-toolkits/eazel-themes/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-toolkits/eazel-themes/Makefile b/x11-toolkits/eazel-themes/Makefile index 620376344468..d0c4ddf4910e 100644 --- a/x11-toolkits/eazel-themes/Makefile +++ b/x11-toolkits/eazel-themes/Makefile @@ -7,6 +7,7 @@ PORTNAME= eazel-themes PORTVERSION= 0.0.10207 +PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= sobomax @@ -14,16 +15,14 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/0.//g} MAINTAINER= sobomax@altavista.net -LIB_DEPENDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf \ - capplet.4:${PORTSDIR}/sysutils/gnomecontrolcenter RUN_DEPENDS= sawfish:${PORTSDIR}/x11-wm/sawfish \ ${X11BASE}/lib/gtk/themes/engines/libpixmap.so:${PORTSDIR}/x11-toolkits/gtk-engines WRKSRC= ${WRKDIR}/${DISTNAME}/gtk+/eazel-engine +USE_GNOMECTRL= yes USE_BZIP2= yes USE_X_PREFIX= yes -USE_GTK= yes USE_GMAKE= yes USE_LIBTOOL= yes |