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/grip | |
parent | 5f42d1c0d3f3598fe5e038dfd0cebe73d395d66f (diff) | |
download | freebsd-ports-graphics-95dad78c7fb373ede440573b49826c861a51ebc5.tar.gz freebsd-ports-graphics-95dad78c7fb373ede440573b49826c861a51ebc5.tar.zst freebsd-ports-graphics-95dad78c7fb373ede440573b49826c861a51ebc5.zip |
Convert USE_PKGCONFIG -> USES=pkgconf for audio category
Diffstat (limited to 'audio/grip')
-rw-r--r-- | audio/grip/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/grip/Makefile b/audio/grip/Makefile index bf1104be16a..7d285081c66 100644 --- a/audio/grip/Makefile +++ b/audio/grip/Makefile @@ -15,7 +15,8 @@ LIB_DEPENDS= id3-3.8.3:${PORTSDIR}/audio/id3lib \ curl.6:${PORTSDIR}/ftp/curl USE_XORG= x11 -USE_GNOME= gnomehack gnomeprefix libgnomeui vte +USES= pathfix pkgconfig +USE_GNOME= gnomeprefix libgnomeui vte USE_GMAKE= yes USE_AUTOTOOLS= libtool CPPFLAGS+= -I${LOCALBASE}/include |