diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-08-03 08:45:51 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-08-03 08:45:51 +0000 |
commit | 99ad9127356be7e975c6ea48d00fa2aba29468d7 (patch) | |
tree | bea626d8d7aaa3973f00760684b26d2ddcce74eb /audio/fdmf | |
parent | ce05caaae21cd6b880cf5567917d6bde1c9144fa (diff) |
Notes
Diffstat (limited to 'audio/fdmf')
-rw-r--r-- | audio/fdmf/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/audio/fdmf/Makefile b/audio/fdmf/Makefile index b277e456709c..6d545d52ab32 100644 --- a/audio/fdmf/Makefile +++ b/audio/fdmf/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: fdmf -# Date created: 2 November 2006 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# +# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> # $FreeBSD$ -# PORTNAME= fdmf DISTVERSION= 0.0.9s @@ -22,7 +18,7 @@ RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer \ ogg123:${PORTSDIR}/audio/vorbis-tools \ p5-GDBM>=0:${PORTSDIR}/databases/p5-GDBM -USE_PERL5= yes +USES= perl5 CFLAGS= -I${LOCALBASE}/include -L. -L${LOCALBASE}/lib MAKE_ENV= VPATH=common PORTDOCS= README |