diff options
author | bapt <bapt@FreeBSD.org> | 2013-04-23 07:19:08 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-04-23 07:19:08 +0800 |
commit | 95dad78c7fb373ede440573b49826c861a51ebc5 (patch) | |
tree | 0466a027a1b9e02968cfceb0159e462e8b34c86d /audio/arts | |
parent | 5f42d1c0d3f3598fe5e038dfd0cebe73d395d66f (diff) | |
download | freebsd-ports-gnome-95dad78c7fb373ede440573b49826c861a51ebc5.tar.gz freebsd-ports-gnome-95dad78c7fb373ede440573b49826c861a51ebc5.tar.zst freebsd-ports-gnome-95dad78c7fb373ede440573b49826c861a51ebc5.zip |
Convert USE_PKGCONFIG -> USES=pkgconf for audio category
Diffstat (limited to 'audio/arts')
-rw-r--r-- | audio/arts/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/arts/Makefile b/audio/arts/Makefile index 0178ca50f67c..46cf7da0b6d4 100644 --- a/audio/arts/Makefile +++ b/audio/arts/Makefile @@ -35,6 +35,7 @@ EXPIRATION_DATE= 2013-07-01 PREFIX= ${KDE_PREFIX} WANT_GNOME= yes +USES= pkgconfig USE_QT_VER= 3 USE_BZIP2= yes USE_AUTOTOOLS= libtool @@ -44,7 +45,6 @@ USE_ICONV= yes USE_XORG= ice sm x11 xau xcursor xdmcp xext xfixes xft xi \ xinerama xrandr xrender xt USE_LDCONFIG= yes -USE_PKGCONFIG= build QTCPPFLAGS+= -L${LOCALBASE}/lib DO_NOT_COMPILE+=gmcop _NO_KDE_FINAL= yes |