diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-03-24 23:51:03 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-03-24 23:51:03 +0800 |
commit | 74c2945c16800c1347e889fef3ffa33f84d5ec72 (patch) | |
tree | ca8abc00c58ac273c3a9576bbbd4d2448b7e4db8 /audio | |
parent | b64c610d62fd3647065833f9035b8ea43b10d1a1 (diff) | |
download | freebsd-ports-gnome-74c2945c16800c1347e889fef3ffa33f84d5ec72.tar.gz freebsd-ports-gnome-74c2945c16800c1347e889fef3ffa33f84d5ec72.tar.zst freebsd-ports-gnome-74c2945c16800c1347e889fef3ffa33f84d5ec72.zip |
- Add explicit pkgconf dependency
- Trim headers
PR: ports/177306
Reported by: John Marino <draco@marino.st>
With hat: portmgr
Diffstat (limited to 'audio')
-rw-r--r-- | audio/arts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/arts/Makefile b/audio/arts/Makefile index d4f78f00bc94..0178ca50f67c 100644 --- a/audio/arts/Makefile +++ b/audio/arts/Makefile @@ -44,6 +44,7 @@ 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 |