diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-10-13 01:58:56 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-10-13 01:58:56 +0000 |
commit | 5b2e2090440f89ef8ef87b4f514cb98fd04e50b8 (patch) | |
tree | d1cf0327ff3c423d1dcaa03289b6511e0efefdd7 /audio/muine/Makefile | |
parent | 0a2353a0be95259a8eee7c81b218bdec38ffa01d (diff) |
Notes
Diffstat (limited to 'audio/muine/Makefile')
-rw-r--r-- | audio/muine/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/audio/muine/Makefile b/audio/muine/Makefile index 6e25259aafda..588cdb89cfd1 100644 --- a/audio/muine/Makefile +++ b/audio/muine/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= xine.9:${PORTSDIR}/multimedia/libxine \ id3tag.2:${PORTSDIR}/audio/libid3tag \ gdbm:${PORTSDIR}/databases/gdbm BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gtk-sharp.pc:${PORTSDIR}/x11-toolkits/gtk-sharp -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gtk-sharp.pc:${PORTSDIR}/x11-toolkits/gtk-sharp +RUN_DEPENDS= ${BUILD_DEPENDS} USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack intltool libgnomeui @@ -28,10 +28,4 @@ USE_REINPLACE= yes CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -GLIB_MIVER= 400 - -post-patch: - @${REINPLACE_CMD} -e 's|%%GLIB_MIVER%%|${GLIB_MIVER}|g' \ - ${WRKSRC}/src/muine.exe.config.in - .include <bsd.port.mk> |