diff options
author | marcus <marcus@FreeBSD.org> | 2006-10-14 16:54:54 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-10-14 16:54:54 +0800 |
commit | 0deb7538cc6a5ae90f4e3e4bdbfe6d0ab974aed8 (patch) | |
tree | 17937489af4c767844fc63b684ae3e7b31948812 /net/crescendo | |
parent | e959473966b963953d63d5f00fae8751f2decf0f (diff) | |
download | freebsd-ports-gnome-0deb7538cc6a5ae90f4e3e4bdbfe6d0ab974aed8.tar.gz freebsd-ports-gnome-0deb7538cc6a5ae90f4e3e4bdbfe6d0ab974aed8.tar.zst freebsd-ports-gnome-0deb7538cc6a5ae90f4e3e4bdbfe6d0ab974aed8.zip |
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 'net/crescendo')
-rw-r--r-- | net/crescendo/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/crescendo/Makefile b/net/crescendo/Makefile index 837d108c081b..b33a9645676d 100644 --- a/net/crescendo/Makefile +++ b/net/crescendo/Makefile @@ -3,10 +3,12 @@ # Whom: dirk.meyer@dinoex.sub.org # # $FreeBSD$ +# $MCom: ports/net/crescendo/Makefile,v 1.2 2006/10/07 16:29:01 mezz Exp $ +# PORTNAME= crescendo PORTVERSION= 1.1.7 -PORTREVISION= 3 +PORTREVISION= 5 CATEGORIES= net gnome # Master Site broken #MASTER_SITES= http://crescendo.lyrical.net/files/ @@ -18,7 +20,6 @@ COMMENT= A gnome frontend for tinyfuge RUN_DEPENDS= tf:${PORTSDIR}/net/tinyfugue -USE_X_PREFIX= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-compile-warnings=yes @@ -28,7 +29,7 @@ CFLAGS+= -g PLIST_SUB= DOCDIR=share/doc/${PORTNAME} MODIFY= Makefile.in data/Makefile.in -USE_X_PREFIX= yes +USE_XLIB= yes USE_GNOME= gnomelibs post-patch: |