diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-06-11 14:49:59 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-06-11 14:49:59 +0000 |
commit | 9f8b4bcde30c0ca3bf6cead5f48aa102536e0e92 (patch) | |
tree | c4f78cbaf45ab044db3e157be708afd711a4e841 /audio/deadbeef | |
parent | 0533abe3e7aae5c19e0a0ce9c1e82ed5e94f63e8 (diff) |
Notes
Diffstat (limited to 'audio/deadbeef')
-rw-r--r-- | audio/deadbeef/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/deadbeef/Makefile b/audio/deadbeef/Makefile index 2fe0511889b3..249ff394de89 100644 --- a/audio/deadbeef/Makefile +++ b/audio/deadbeef/Makefile @@ -21,9 +21,9 @@ GNU_CONFIGURE= yes USES= gmake pkgconfig gettext iconv shebangfix tar:bzip2 desktop-file-utils \ libtool USE_LDCONFIG= yes -CONFIGURE_ARGS= --disable-alsa --disable-nullout \ - CPPFLAGS="-I../dumb/dumb-kode54/include -I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" LIBS="-lexecinfo -lintl" +CONFIGURE_ARGS= --disable-alsa --disable-nullout +CPPFLAGS+= -I../dumb/dumb-kode54/include -I${LOCALBASE}/include +LIBS+= -L${LOCALBASE}/lib -lexecinfo -lintl WANT_GNOME= yes INSTALLS_ICONS= yes CONFIGURE_ENV+= CONFIG_SHELL="${LOCALBASE}/bin/bash" |