diff options
author | miwi <miwi@FreeBSD.org> | 2008-04-21 01:49:34 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-04-21 01:49:34 +0800 |
commit | 84321b91398936f25c415788b1a8a902c627829e (patch) | |
tree | 89d07111f73194b811885d3d5b8fe2027e71a8ac /multimedia | |
parent | cc0eff7dfcd5afe0ad91db8442d59a0c42e68eb6 (diff) | |
download | freebsd-ports-gnome-84321b91398936f25c415788b1a8a902c627829e.tar.gz freebsd-ports-gnome-84321b91398936f25c415788b1a8a902c627829e.tar.zst freebsd-ports-gnome-84321b91398936f25c415788b1a8a902c627829e.zip |
- Fix build after xorg cleanup
Submitted by: pointyhat
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/audacious/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/multimedia/audacious/Makefile b/multimedia/audacious/Makefile index 0e31e13016f3..1801dd08ef37 100644 --- a/multimedia/audacious/Makefile +++ b/multimedia/audacious/Makefile @@ -18,9 +18,12 @@ COMMENT= A media player based on BMP and XMMS GNU_CONFIGURE= yes USE_GMAKE= yes +USE_XORG= x11 sm USE_GNOME= gtk20 libglade2 USE_LDCONFIG= yes CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" MAN1= audacious.1 audtool.1 |