diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-03-26 01:06:37 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-03-26 01:06:37 +0000 |
commit | c46e97706d312f33cd87e1a46206971404092089 (patch) | |
tree | bcadeb8afbbf10950ba460a5b8794ba77d792454 /audio/aumix/Makefile | |
parent | d0850ac19712859ed782d67202cde0c8abd391ef (diff) | |
download | ports-c46e97706d312f33cd87e1a46206971404092089.tar.gz ports-c46e97706d312f33cd87e1a46206971404092089.zip |
Notes
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}" \ |