diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2016-03-22 18:11:08 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2016-03-22 18:11:08 +0000 |
commit | e906b9875afdb63fa7c683317f3b6188202589c0 (patch) | |
tree | 2f9f874193ec03321d271b2f2b651eaec66fd335 /audio/deadbeef/Makefile | |
parent | 6e6281f2c5bcf1542ab2aa6c78605407b391a7bd (diff) |
Notes
Diffstat (limited to 'audio/deadbeef/Makefile')
-rw-r--r-- | audio/deadbeef/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/deadbeef/Makefile b/audio/deadbeef/Makefile index e8c8e5ee34f4..6c2345c06cb1 100644 --- a/audio/deadbeef/Makefile +++ b/audio/deadbeef/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= deadbeef -PORTVERSION= 0.7.0 +PORTVERSION= 0.7.1 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/ @@ -20,8 +20,7 @@ CONFIGURE_ARGS= --disable-alsa --disable-nullout --disable-static CPPFLAGS+= -I../dumb/dumb-kode54/include -I../../plugins/libmp4ff \ -I../../plugins/gme/game-music-emu-0.6pre \ -I./sidplay-libs/libsidplay/include/sidplay \ - -I${LOCALBASE}/include \ - -D__POSIX_VISIBLE + -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -lexecinfo -lintl USE_GNOME= intltool INSTALLS_ICONS= yes |