summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorTom McLaughlin <tmclaugh@FreeBSD.org>2006-02-04 23:06:29 +0000
committerTom McLaughlin <tmclaugh@FreeBSD.org>2006-02-04 23:06:29 +0000
commitcdbf770fb1544f6de1d230de486405a926eed4d5 (patch)
tree07b5586a46360705ec28078ee51144b5d775270c /audio
parent- Update to 3.03.1 [1] (diff)
- Remove patch-src_muine.exe.config.in now that affected dependent ports
use ltverhack - Remove USE_REINPLACE while I'm at it.
Notes
Notes: svn path=/head/; revision=155224
Diffstat (limited to 'audio')
-rw-r--r--audio/muine/Makefile3
-rw-r--r--audio/muine/files/patch-src_muine.exe.config.in14
2 files changed, 1 insertions, 16 deletions
diff --git a/audio/muine/Makefile b/audio/muine/Makefile
index 5bc3b2a9bec8..58a872c85dd2 100644
--- a/audio/muine/Makefile
+++ b/audio/muine/Makefile
@@ -8,7 +8,7 @@
PORTNAME= muine
PORTVERSION= 0.8.3
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= audio gnome
MASTER_SITES= http://muine.gooeylinux.org/
@@ -28,7 +28,6 @@ USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack intltool libgnomeui
USE_X_PREFIX= yes
USE_AUTOTOOLS= libtool:15
-USE_REINPLACE= yes
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
diff --git a/audio/muine/files/patch-src_muine.exe.config.in b/audio/muine/files/patch-src_muine.exe.config.in
deleted file mode 100644
index ab3c83de51e2..000000000000
--- a/audio/muine/files/patch-src_muine.exe.config.in
+++ /dev/null
@@ -1,14 +0,0 @@
---- src/muine.exe.config.in.orig Mon Jan 24 06:58:11 2005
-+++ src/muine.exe.config.in Thu May 12 16:57:20 2005
-@@ -1,7 +1,7 @@
- <configuration>
-- <dllmap dll="libglib-2.0-0.dll" target="libglib-2.0.so.0"/>
-- <dllmap dll="libgtk-2.0-0.dll" target="libgtk-x11-2.0.so.0"/>
-- <dllmap dll="libgobject-2.0-0.dll" target="libgobject-2.0.so.0"/>
-- <dllmap dll="libgnomevfs-2-0.dll" target="libgnomevfs-2.so.0"/>
-+ <dllmap dll="libglib-2.0-0.dll" target="libglib-2.0.so"/>
-+ <dllmap dll="libgtk-2.0-0.dll" target="libgtk-x11-2.0.so"/>
-+ <dllmap dll="libgobject-2.0-0.dll" target="libgobject-2.0.so"/>
-+ <dllmap dll="libgnomevfs-2-0.dll" target="libgnomevfs-2.so"/>
- <dllmap dll="libmuine" target="@pkglibdir@/libmuine.so"/>
- </configuration>