diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 14:36:35 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 14:36:35 +0000 |
commit | 183c2ed74f9ba597bfdcd691c599804d7f5a3e4c (patch) | |
tree | c26e051ce9bb507a30f037e71492dd46999e8dee /audio/p5-Audio-CD/Makefile | |
parent | - update to 2.9.3 (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: audio)
Diffstat (limited to 'audio/p5-Audio-CD/Makefile')
-rw-r--r-- | audio/p5-Audio-CD/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/audio/p5-Audio-CD/Makefile b/audio/p5-Audio-CD/Makefile index f57a03fa5d24..53c2ca7ca5bd 100644 --- a/audio/p5-Audio-CD/Makefile +++ b/audio/p5-Audio-CD/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Audio-CD -# Date created: 22 Oct 2000 -# Whom: Roman Shterenzon <roman@xpert.com> -# +# Created by: Roman Shterenzon <roman@xpert.com> # $FreeBSD$ -# PORTNAME= Audio-CD PORTVERSION= 0.04 @@ -18,6 +14,7 @@ COMMENT= Perl interface to libcdaudio (cd + cddb) LIB_DEPENDS= cdaudio.1:${PORTSDIR}/audio/libcdaudio USES= perl5 +NO_STAGE= yes USE_PERL5= configure CONFIGURE_ARGS= INC="-I${LOCALBASE}/include " \ LIBS="-L${LOCALBASE}/lib -lcdaudio" |