diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-06 12:12:00 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-06 12:12:00 +0000 |
commit | 7a0f4abe2be429be794564fa0ba30727d6458ef0 (patch) | |
tree | cb47117e55d8b3cfa8e1d039d125b1106964ca6e /multimedia/audiopreview | |
parent | 60dbc060c34744dd55726fe83163eee3d49b4efe (diff) | |
download | ports-7a0f4abe2be429be794564fa0ba30727d6458ef0.tar.gz ports-7a0f4abe2be429be794564fa0ba30727d6458ef0.zip |
Notes
Diffstat (limited to 'multimedia/audiopreview')
-rw-r--r-- | multimedia/audiopreview/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/multimedia/audiopreview/Makefile b/multimedia/audiopreview/Makefile index e9a24bf5f586..c5dae5b891a4 100644 --- a/multimedia/audiopreview/Makefile +++ b/multimedia/audiopreview/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: audiopreview -# Date created: 27 July 2010 -# Whom: kevlo -# +# Created by: kevlo # $FreeBSD$ -# PORTNAME= audiopreview PORTVERSION= 0.6 @@ -14,7 +10,7 @@ MASTER_SITES= http://audiopreview.codealpha.net/files/ MAINTAINER= kevlo@FreeBSD.org COMMENT= A command-line tool to play previews of audio and video files -USE_GMAKE= yes +USES= gmake pkgconfig USE_GSTREAMER= core USE_GNOME= intltool GNU_CONFIGURE= yes |