diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-02-12 16:49:11 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-02-12 16:49:11 +0800 |
commit | ac6390f42b2c0e7ac7fd73bdcbb1ce517a54eb4c (patch) | |
tree | e26e8a406d9a8790cc453210d6c4e701edd7f8e3 /x11-themes | |
parent | 718d12461316b3c1c546fd5d1394badd45f0fe32 (diff) | |
download | marcuscom-ports-ac6390f42b2c0e7ac7fd73bdcbb1ce517a54eb4c.tar marcuscom-ports-ac6390f42b2c0e7ac7fd73bdcbb1ce517a54eb4c.tar.gz marcuscom-ports-ac6390f42b2c0e7ac7fd73bdcbb1ce517a54eb4c.tar.bz2 marcuscom-ports-ac6390f42b2c0e7ac7fd73bdcbb1ce517a54eb4c.tar.lz marcuscom-ports-ac6390f42b2c0e7ac7fd73bdcbb1ce517a54eb4c.tar.xz marcuscom-ports-ac6390f42b2c0e7ac7fd73bdcbb1ce517a54eb4c.tar.zst marcuscom-ports-ac6390f42b2c0e7ac7fd73bdcbb1ce517a54eb4c.zip |
Remove the CONFLICTS and two patches in Makefile that I made long time ago,
since engine theme is no longer in this tarball.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3641 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gnome-themes/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/x11-themes/gnome-themes/Makefile b/x11-themes/gnome-themes/Makefile index 98ad4ddde..08eecbb66 100644 --- a/x11-themes/gnome-themes/Makefile +++ b/x11-themes/gnome-themes/Makefile @@ -18,8 +18,6 @@ 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 @@ -34,9 +32,5 @@ PLIST_SUB= GTK_VERSION="2.4.0" post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|noinst_PROGRAMS = |noinst_PROGRAMS = #|g' - ${REINPLACE_CMD} -e 's|gtk-themes gtk-engines|gtk-themes |g' \ - ${WRKSRC}/Makefile.in - ${REINPLACE_CMD} -e 's|Crux Glider Grand-Canyon LightHouseBlue Mist Simple Smokey-Blue ThinIce|Glider Grand-Canyon Simple Smokey-Blue|g' \ - ${WRKSRC}/gtk-themes/Makefile.in .include <bsd.port.mk> |