diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:36:35 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:36:35 +0800 |
commit | 183c2ed74f9ba597bfdcd691c599804d7f5a3e4c (patch) | |
tree | c26e051ce9bb507a30f037e71492dd46999e8dee /audio/linux-f10-freealut | |
parent | 74489ba18d448cba23df3964a916d5d92aafbefc (diff) | |
download | freebsd-ports-gnome-183c2ed74f9ba597bfdcd691c599804d7f5a3e4c.tar.gz freebsd-ports-gnome-183c2ed74f9ba597bfdcd691c599804d7f5a3e4c.tar.zst freebsd-ports-gnome-183c2ed74f9ba597bfdcd691c599804d7f5a3e4c.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: audio)
Diffstat (limited to 'audio/linux-f10-freealut')
-rw-r--r-- | audio/linux-f10-freealut/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/audio/linux-f10-freealut/Makefile b/audio/linux-f10-freealut/Makefile index 84d612d12882..564f03c64efd 100644 --- a/audio/linux-f10-freealut/Makefile +++ b/audio/linux-f10-freealut/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: audio/linux-f10-freealut -# Date created: 2009-05-03 -# Whom: bsam -# +# Created by: bsam # $FreeBSD$ -# PORTNAME= freealut PORTVERSION= 1.1.0 @@ -18,6 +14,7 @@ COMMENT= A free implementation of OpenAL's ALUT standard (Linux Fedora 10) CONFLICTS= linux-freealut-[0-9]* linux-f8-freealut-[0-9]* USE_LINUX_RPM= yes +NO_STAGE= yes USE_LINUX_APPS= openal LINUX_DIST_VER= 10 RPMVERSION= 6.fc9 |