diff options
author | bapt <bapt@FreeBSD.org> | 2012-10-06 19:06:48 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-10-06 19:06:48 +0800 |
commit | db0f1aa158cfb45400db94ee22009b683ff9c271 (patch) | |
tree | 39ca394345af82184485bbac307a4e87519374dc /audio/libcddb | |
parent | 5bec4d844f08034eea5494f67d2ba8515200c2ce (diff) | |
download | freebsd-ports-gnome-db0f1aa158cfb45400db94ee22009b683ff9c271.tar.gz freebsd-ports-gnome-db0f1aa158cfb45400db94ee22009b683ff9c271.tar.zst freebsd-ports-gnome-db0f1aa158cfb45400db94ee22009b683ff9c271.zip |
convert libcddb and libsamplerate to only build depend on pkgconf, track
dependency impact
Diffstat (limited to 'audio/libcddb')
-rw-r--r-- | audio/libcddb/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/audio/libcddb/Makefile b/audio/libcddb/Makefile index 41a7afd0f493..91aecc3b7ebb 100644 --- a/audio/libcddb/Makefile +++ b/audio/libcddb/Makefile @@ -1,10 +1,5 @@ -# New ports collection makefile for: libcddb -# Date created: Mon Mar 1 00:48:58 EST 2004 -# Whom: Michael Johnson <ahze@ahze.net> -# +# Created by: Michael Johnson <ahze@ahze.net> # $FreeBSD$ -# $MCom: ports-stable/audio/libcddb/Makefile,v 1.1 2005/08/09 04:21:26 ahze Exp $ -# $Id: Makefile 17 2006-10-17 02:09:55Z buhnux $ PORTNAME= libcddb PORTVERSION= 1.3.2 @@ -17,7 +12,8 @@ COMMENT= A library to access data on a CDDB server USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GNOME= gnomehack pkgconfig +USE_GNOME= gnomehack +USE_PKGCONFIG= bild USE_ICONV= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --without-cdio |