diff options
author | marcus <marcus@FreeBSD.org> | 2006-10-14 08:54:54 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-10-14 08:54:54 +0000 |
commit | 0deb7538cc6a5ae90f4e3e4bdbfe6d0ab974aed8 (patch) | |
tree | 17937489af4c767844fc63b684ae3e7b31948812 /audio/muine | |
parent | e959473966b963953d63d5f00fae8751f2decf0f (diff) | |
download | FreeBSD-ports-0deb7538cc6a5ae90f4e3e4bdbfe6d0ab974aed8.zip FreeBSD-ports-0deb7538cc6a5ae90f4e3e4bdbfe6d0ab974aed8.tar.gz |
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris)
Diffstat (limited to 'audio/muine')
-rw-r--r-- | audio/muine/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/muine/Makefile b/audio/muine/Makefile index cccddf4..358073d 100644 --- a/audio/muine/Makefile +++ b/audio/muine/Makefile @@ -8,6 +8,7 @@ PORTNAME= muine PORTVERSION= 0.8.5 +PORTREVISION= 2 CATEGORIES= audio gnome MASTER_SITES= http://muine-player.org/releases/ @@ -26,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" \ |