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 /sysutils/serpentine | |
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 'sysutils/serpentine')
-rw-r--r-- | sysutils/serpentine/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sysutils/serpentine/Makefile b/sysutils/serpentine/Makefile index 453bb73..530aa00 100644 --- a/sysutils/serpentine/Makefile +++ b/sysutils/serpentine/Makefile @@ -3,10 +3,11 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/sysutils/serpentine/Makefile,v 1.2 2006/04/25 15:17:05 ahze Exp $ +# $MCom: ports/sysutils/serpentine/Makefile,v 1.4 2006/08/31 05:21:45 marcus Exp $ PORTNAME= serpentine PORTVERSION= 0.7 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_BERLIOS} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,10 +18,10 @@ COMMENT= Gnome Audio Cd Buner BUILD_DEPENDS= xmlproc_parse:${PORTSDIR}/textproc/py-xml RUN_DEPENDS= xmlproc_parse:${PORTSDIR}/textproc/py-xml -USE_X_PREFIX= yes +USE_ZLIB= yes USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GNOME= pygnomeextras intlhack +USE_GNOME= pygnomedesktop intlhack USE_GMAKE= yes USE_GSTREAMER= core gnomevfs python USE_PYTHON= 2.4+ |