diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 14:20:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 14:20:25 +0000 |
commit | 992586fa0863f8346a19cbcdfbba376c5c4dfd43 (patch) | |
tree | 87b239f8431cee200969f89da8739806496b7dad /sysutils/serpentine | |
parent | dc0ce8f5839343b4c972ae818337189b1b55d447 (diff) | |
download | ports-992586fa0863f8346a19cbcdfbba376c5c4dfd43.tar.gz ports-992586fa0863f8346a19cbcdfbba376c5c4dfd43.zip |
Notes
Diffstat (limited to 'sysutils/serpentine')
-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+ |