diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-14 02:32:00 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-14 02:32:00 +0800 |
commit | bb80e4d47c2241c14337350a9158f801b18006d3 (patch) | |
tree | 300a42aba551af4681b3cccaef26ec8254c9bc72 /audio/muine/Makefile | |
parent | da6ff21a33e037afeb3b17833fad3bd20d452f84 (diff) | |
download | marcuscom-ports-bb80e4d47c2241c14337350a9158f801b18006d3.tar marcuscom-ports-bb80e4d47c2241c14337350a9158f801b18006d3.tar.gz marcuscom-ports-bb80e4d47c2241c14337350a9158f801b18006d3.tar.bz2 marcuscom-ports-bb80e4d47c2241c14337350a9158f801b18006d3.tar.lz marcuscom-ports-bb80e4d47c2241c14337350a9158f801b18006d3.tar.xz marcuscom-ports-bb80e4d47c2241c14337350a9158f801b18006d3.tar.zst marcuscom-ports-bb80e4d47c2241c14337350a9158f801b18006d3.zip |
Monodoc information is now installed to LOCALBASE.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7782 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/muine/Makefile')
-rw-r--r-- | audio/muine/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/muine/Makefile b/audio/muine/Makefile index f72744343..ecdfa475d 100644 --- a/audio/muine/Makefile +++ b/audio/muine/Makefile @@ -3,12 +3,12 @@ # Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org> # # $FreeBSD$ -# $Id: Makefile,v 1.4 2006-10-08 16:59:03 mezz Exp $ +# $Id: Makefile,v 1.5 2006-10-13 18:32:00 marcus Exp $ # PORTNAME= muine PORTVERSION= 0.8.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio gnome MASTER_SITES= http://muine-player.org/releases/ @@ -27,7 +27,7 @@ RUN_DEPENDS= gapi2-fixup:${PORTSDIR}/x11-toolkits/gtk-sharp20 \ USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intltool libgnomeui -USE_X_PREFIX= yes +USE_XLIB= yes GNU_CONFIGURE= yes CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ |