diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-01-31 13:38:42 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-01-31 13:38:42 +0000 |
commit | f5f6cd6d9b51abcfaf7d5a03d342e91dc742074d (patch) | |
tree | 384a6fe89b7bf8bffcc478f3462d538eea755790 /audio/raul | |
parent | 49be72eaa4585216ade79b274fca337c2bf4866a (diff) | |
download | ports-f5f6cd6d9b51abcfaf7d5a03d342e91dc742074d.tar.gz ports-f5f6cd6d9b51abcfaf7d5a03d342e91dc742074d.zip |
Notes
Diffstat (limited to 'audio/raul')
-rw-r--r-- | audio/raul/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/audio/raul/Makefile b/audio/raul/Makefile index b386b0c45837..b0d340bc6c7f 100644 --- a/audio/raul/Makefile +++ b/audio/raul/Makefile @@ -1,12 +1,9 @@ -# New ports collection makefile for: raul -# Date created: 2008-07-22 -# Whom: Edward Tomasz Napierala <trasz@FreeBSD.org> -# +# Created by: Edward Tomasz Napierala <trasz@FreeBSD.org> # $FreeBSD$ -# PORTNAME= raul PORTVERSION= 0.8.0 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://download.drobilla.net/ @@ -16,7 +13,7 @@ COMMENT= C++ utility library primarily aimed at audio/musical applications LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -LIB_DEPENDS= boost_date_time.4:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS= boost_date_time:${PORTSDIR}/devel/boost-libs USE_BZIP2= yes USE_GNOME= glib20 |