diff options
author | mharo <mharo@FreeBSD.org> | 1999-06-02 13:26:38 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-06-02 13:26:38 +0800 |
commit | 5724e16964db3928027aa6ee3449ead6216a36be (patch) | |
tree | 038c084725c75a2d16002ae8adc97ec0ba9b3023 /audio/aumix/Makefile | |
parent | dcae7bd9090a07ed30b689c4cecb94ade51ccc66 (diff) | |
download | freebsd-ports-gnome-5724e16964db3928027aa6ee3449ead6216a36be.tar.gz freebsd-ports-gnome-5724e16964db3928027aa6ee3449ead6216a36be.tar.zst freebsd-ports-gnome-5724e16964db3928027aa6ee3449ead6216a36be.zip |
Update to 1.19.
PR: 11970
Submitted by: Maintainer
Diffstat (limited to 'audio/aumix/Makefile')
-rw-r--r-- | audio/aumix/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/audio/aumix/Makefile b/audio/aumix/Makefile index bf6cb0c1474e..b968add46b38 100644 --- a/audio/aumix/Makefile +++ b/audio/aumix/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: aumix -# Version required: 1.18.4 +# Version required: 1.19 # Date created: 21 May 1999 # Whom: Chris Piazza <cpiazza@home.net> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/05/29 04:47:12 steve Exp $ # -DISTNAME= aumix-1.18.4 +DISTNAME= aumix-1.19 CATEGORIES= audio MASTER_SITES= http://jpj.net/~trevor/aumix/ \ ${MASTER_SITE_SUNSITE} @@ -18,8 +18,9 @@ LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext GNU_CONFIGURE= yes USE_GMAKE= yes -CONFIGURE_ENV+= CPPFLAGS="-L${LOCALBASE}/lib -I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -I${LOCALBASE}/include" +CONFIGURE_ARGS= --includedir="${LOCALBASE}/include" \ + --libdir="${LOCALBASE}/lib" +CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include" MAN1= aumix.1 |