aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2005-03-17 03:49:20 +0800
committermarcus <marcus@FreeBSD.org>2005-03-17 03:49:20 +0800
commitac273ae620a6cd8d7d27a569042d1697ff2f39b8 (patch)
treeb8604a0cda5213a656c07528f0faa0901c6823cc /audio
parent9b41325e048446ebd09c2054c412663f9c87e086 (diff)
downloadfreebsd-ports-gnome-ac273ae620a6cd8d7d27a569042d1697ff2f39b8.tar.gz
freebsd-ports-gnome-ac273ae620a6cd8d7d27a569042d1697ff2f39b8.tar.zst
freebsd-ports-gnome-ac273ae620a6cd8d7d27a569042d1697ff2f39b8.zip
Fix build by adding USE_GNOME=glib20.
Reported by: pointyhat via krion
Diffstat (limited to 'audio')
-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"