diff options
author | tmclaugh <tmclaugh@FreeBSD.org> | 2006-02-04 23:06:29 +0000 |
---|---|---|
committer | tmclaugh <tmclaugh@FreeBSD.org> | 2006-02-04 23:06:29 +0000 |
commit | 616fa2f4aa4818abb5e910cb853d7d64fef97b55 (patch) | |
tree | 99eb95bbb957da8792c310561c35b979763e05fa /audio/muine | |
parent | 43d4b0beee2297455e8a2999a3591c68a7355011 (diff) | |
download | FreeBSD-ports-616fa2f4aa4818abb5e910cb853d7d64fef97b55.zip FreeBSD-ports-616fa2f4aa4818abb5e910cb853d7d64fef97b55.tar.gz |
- Remove patch-src_muine.exe.config.in now that affected dependent ports
use ltverhack
- Remove USE_REINPLACE while I'm at it.
Diffstat (limited to 'audio/muine')
-rw-r--r-- | audio/muine/Makefile | 3 | ||||
-rw-r--r-- | audio/muine/files/patch-src_muine.exe.config.in | 14 |
2 files changed, 1 insertions, 16 deletions
diff --git a/audio/muine/Makefile b/audio/muine/Makefile index 5bc3b2a..58a872c 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 ab3c83d..0000000 --- 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> |