diff options
Diffstat (limited to 'sysutils/serpentine/Makefile')
-rw-r--r-- | sysutils/serpentine/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/serpentine/Makefile b/sysutils/serpentine/Makefile index 0ed5d94e0ebe..c83436941592 100644 --- a/sysutils/serpentine/Makefile +++ b/sysutils/serpentine/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: serpentine -# Date created: 2005-06-25 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# +# Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ # $MCom: ports/sysutils/serpentine/Makefile,v 1.4 2006/08/31 05:21:45 marcus Exp $ @@ -17,11 +14,11 @@ COMMENT= Gnome Audio Cd Burner BUILD_DEPENDS= xmlproc_parse:${PORTSDIR}/textproc/py-xml RUN_DEPENDS= xmlproc_parse:${PORTSDIR}/textproc/py-xml +USES= pkgconfig USE_BZIP2= yes GNU_CONFIGURE= yes USE_GNOME= pygnomedesktop intlhack USE_GMAKE= yes -USE_PKGCONFIG= build USE_GSTREAMER= core gnomevfs python USE_PYTHON= 2.4+ |