diff options
author | Ade Lovett <ade@FreeBSD.org> | 2002-03-15 19:44:29 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2002-03-15 19:44:29 +0000 |
commit | 9210b7cb0736d3caf5bffb4efd46c7cd6856af55 (patch) | |
tree | 9b67a2278866d18f2877c41baaa49e17e7c00bdc /audio/umix | |
parent | b46611d8cf5744f43a12213e07177cfde2b532fe (diff) | |
download | ports-9210b7cb0736d3caf5bffb4efd46c7cd6856af55.tar.gz ports-9210b7cb0736d3caf5bffb4efd46c7cd6856af55.zip |
Notes
Diffstat (limited to 'audio/umix')
-rw-r--r-- | audio/umix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/umix/Makefile b/audio/umix/Makefile index f9712947e496..50fccfd61c33 100644 --- a/audio/umix/Makefile +++ b/audio/umix/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.ionstream.fi/sakari/umix/files/ MAINTAINER= greid@ukug.uk.freebsd.org -LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext-old GNU_CONFIGURE= yes CONFIGURE_ENV= CC="$(CC) -I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib -lintl" |