diff options
Diffstat (limited to 'audio/aumix/Makefile')
-rw-r--r-- | audio/aumix/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/aumix/Makefile b/audio/aumix/Makefile index 7e2e17c4194d..95c326d023ae 100644 --- a/audio/aumix/Makefile +++ b/audio/aumix/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: aumix -# Version required: 2.2 +# Version required: 2.4 # Date created: 21 May 1999 # Whom: Chris Piazza <cpiazza@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= aumix-2.2 +DISTNAME= aumix-2.4 CATEGORIES= audio MASTER_SITES= http://jpj.net/~trevor/aumix/ \ http://jpj.net/~trevor/aumix/old/ \ @@ -29,6 +29,7 @@ MAN1= aumix.1 xaumix.1 GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ARGS= --includedir="${LOCALBASE}/include" \ + --enable-own-labels \ --libdir="${LOCALBASE}/lib" CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GLIB_CONFIG="${GLIB_CONFIG}" \ |