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/py-ogg | |
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/py-ogg')
-rw-r--r-- | audio/py-ogg/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/audio/py-ogg/Makefile b/audio/py-ogg/Makefile index 36eb285b3ad1..a37fd7ceab4a 100644 --- a/audio/py-ogg/Makefile +++ b/audio/py-ogg/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pyogg -# Date created: 23 Sep 2002 -# Whom: nbm -# +# Created by: nbm # $FreeBSD$ -# PORTNAME= ogg PORTVERSION= 1.3 @@ -19,6 +15,7 @@ COMMENT= Object-oriented Python bindings for the ogg library LIB_DEPENDS= ogg:${PORTSDIR}/audio/libogg USE_PYTHON= yes +NO_STAGE= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= pyogg |