summaryrefslogtreecommitdiff
path: root/audio/rio500
diff options
context:
space:
mode:
authorJeremy Lea <reg@FreeBSD.org>2000-10-05 06:23:01 +0000
committerJeremy Lea <reg@FreeBSD.org>2000-10-05 06:23:01 +0000
commitd0cdca8bc326260560504ebb5d4b206942ca5125 (patch)
tree6587afa98b84aaf9066d2a7b78f8da1485a724c6 /audio/rio500
parentUpdate to 0.5.11 since 0.5.10 is no longer fetchable. (diff)
Implement USE_GLIB.
Notes
Notes: svn path=/head/; revision=33423
Diffstat (limited to 'audio/rio500')
-rw-r--r--audio/rio500/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/audio/rio500/Makefile b/audio/rio500/Makefile
index bf9f208a6081..594f6464ae65 100644
--- a/audio/rio500/Makefile
+++ b/audio/rio500/Makefile
@@ -12,14 +12,10 @@ MASTER_SITES= http://download.sourceforge.net/rio500/
MAINTAINER= k_nishizawa@anet.ne.jp
-LIB_DEPENDS= glib12:${PORTSDIR}/devel/glib12
-
-GLIB_CONFIG= ${LOCALBASE}/bin/glib12-config
-
+USE_GLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-devicepath='/dev' \
--with-deviceentry='urio0' \
--with-id3support
-CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}"
.include <bsd.port.mk>