aboutsummaryrefslogtreecommitdiffstats
path: root/audio/aumix/Makefile
diff options
context:
space:
mode:
authorcpiazza <cpiazza@FreeBSD.org>2000-04-19 11:25:26 +0800
committercpiazza <cpiazza@FreeBSD.org>2000-04-19 11:25:26 +0800
commit12589f13ffe0848f6c26032e74b790972afef8d5 (patch)
tree0cf68b434662ffb1f78ba5cd8d3616c2baf939fe /audio/aumix/Makefile
parent0ccb3a18e129c9b6e67d6c1bed4d1f09b58d90c2 (diff)
downloadfreebsd-ports-gnome-12589f13ffe0848f6c26032e74b790972afef8d5.tar.gz
freebsd-ports-gnome-12589f13ffe0848f6c26032e74b790972afef8d5.tar.zst
freebsd-ports-gnome-12589f13ffe0848f6c26032e74b790972afef8d5.zip
Update to 2.6
PR: 18078 Submitted by: Trevor Johnson <trevor@jpj.net>
Diffstat (limited to 'audio/aumix/Makefile')
-rw-r--r--audio/aumix/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/aumix/Makefile b/audio/aumix/Makefile
index 6961c8cf5b0d..7ff01c7c71ee 100644
--- a/audio/aumix/Makefile
+++ b/audio/aumix/Makefile
@@ -6,9 +6,10 @@
#
PORTNAME= aumix
-PORTVERSION= 2.5
+PORTVERSION= 2.6
CATEGORIES= audio
MASTER_SITES= http://jpj.net/~trevor/aumix/ \
+ http://download.sourceforge.net/aumix/ \
http://jpj.net/~trevor/aumix/old/ \
ftp://aumix.sourceforge.net/pub/aumix/stable/ \
${MASTER_SITE_SUNSITE}
@@ -20,7 +21,6 @@ LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
.if !defined(WITHOUT_X11)
LIB_DEPENDS+= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
-GLIB_CONFIG= ${LOCALBASE}/bin/glib12-config
GTK_CONFIG= ${X11BASE}/bin/gtk12-config
.endif
@@ -32,7 +32,6 @@ CONFIGURE_ARGS= --includedir="${LOCALBASE}/include" \
--enable-own-labels \
--libdir="${LOCALBASE}/lib"
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- GLIB_CONFIG="${GLIB_CONFIG}" \
GTK_CONFIG="${GTK_CONFIG}" \
LDFLAGS="-L${LOCALBASE}/lib"
.if defined(WITHOUT_X11)