summaryrefslogtreecommitdiff
path: root/audio/ncmpc
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2005-03-16 19:49:20 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2005-03-16 19:49:20 +0000
commit6122ee2e10bff14840f11cd9656f289b69213321 (patch)
treebbadeccec466181c30c6dc2608ba94edacefd2c4 /audio/ncmpc
parentResolve conflict between lang/perl5(.8)? and textproc/p5-podlators. (diff)
Fix build by adding USE_GNOME=glib20.
Reported by: pointyhat via krion
Notes
Notes: svn path=/head/; revision=131418
Diffstat (limited to 'audio/ncmpc')
-rw-r--r--audio/ncmpc/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/ncmpc/Makefile b/audio/ncmpc/Makefile
index 262016665182..a6b488f5ec07 100644
--- a/audio/ncmpc/Makefile
+++ b/audio/ncmpc/Makefile
@@ -15,10 +15,8 @@ MASTER_SITES= http://hem.bredband.net/kaw/ncmpc/files/ \
MAINTAINER= ports@mark.reidel.info
COMMENT= Ncurses client for the musicpd
-LIB_DEPENDS= glib-2.0.400:${PORTSDIR}/devel/glib20
-
GNU_CONFIGURE= yes
-CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+USE_GNOME= glib20
CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"