diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2007-03-04 16:26:25 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2007-03-04 16:26:25 +0000 |
commit | 1318498ed891ea8c5140a974397301d1ead5823d (patch) | |
tree | 2c1ae5ef3d3dc0540e4efea840e010ff43007bdc /multimedia/audacious | |
parent | 2fb66220d9c5b76f1b652bb1e45973beedac65e0 (diff) | |
download | ports-1318498ed891ea8c5140a974397301d1ead5823d.tar.gz ports-1318498ed891ea8c5140a974397301d1ead5823d.zip |
Notes
Diffstat (limited to 'multimedia/audacious')
-rw-r--r-- | multimedia/audacious/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/audacious/Makefile b/multimedia/audacious/Makefile index 9a133f730359..7c3fd1042611 100644 --- a/multimedia/audacious/Makefile +++ b/multimedia/audacious/Makefile @@ -20,7 +20,7 @@ USE_GMAKE= yes USE_GNOME= gtk20 libglade2 USE_LDCONFIG= yes USE_XLIB= yes -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib" +CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} MAN1= audacious.1 audtool.1 |