diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-22 23:19:08 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-22 23:19:08 +0000 |
commit | a2157276860a3947431ad500cdb3a9017b7d3008 (patch) | |
tree | 0466a027a1b9e02968cfceb0159e462e8b34c86d /audio/grip | |
parent | 23f55e92b921e4ae98d452244cdea9d6d8c1300e (diff) |
Notes
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 bf1104be16ab..7d285081c66e 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 |