diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-10-27 18:42:33 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-10-27 18:42:33 +0000 |
commit | e3da37194cad6ad4fc1f0b18d57c6c4a93407bf0 (patch) | |
tree | 4d30c1add20c446d5a4806eb33025d75c2867107 /audio/umix | |
parent | c570ee8e92f9f367dfeb361c77f86ebc032aeb90 (diff) |
Notes
Diffstat (limited to 'audio/umix')
-rw-r--r-- | audio/umix/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/umix/Makefile b/audio/umix/Makefile index 58b3687786cd..3307eba72708 100644 --- a/audio/umix/Makefile +++ b/audio/umix/Makefile @@ -13,12 +13,12 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= greid@ukug.uk.freebsd.org -COMMENT= An advanced tool for adjusting soundcard mixers, designed as a replacement for aumix +COMMENT= Advanced tool for adjusting soundcard mixers, replacement for aumix LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext GNU_CONFIGURE= yes -CONFIGURE_ENV= CC="$(CC) -I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib -lintl" +CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib -lintl" MAN1= umix.1 |