diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-05-01 21:06:40 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-05-01 21:32:32 +0000 |
commit | f47376405550d3ae2c596ba670189b2149bee32a (patch) | |
tree | 9a02bd013d86112b49ca833a7fa5f5ed02a00a20 | |
parent | 0c95242cd10cdf94606be3fb2e1e34b79673102f (diff) | |
download | ports-f47376405550d3ae2c596ba670189b2149bee32a.tar.gz ports-f47376405550d3ae2c596ba670189b2149bee32a.zip |
audio/grip: popt is not used anymore in grip since 4.1.0
-rw-r--r-- | audio/grip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/grip/Makefile b/audio/grip/Makefile index 5115f11d540f..c2319b02aea4 100644 --- a/audio/grip/Makefile +++ b/audio/grip/Makefile @@ -2,6 +2,7 @@ PORTNAME= grip PORTVERSION= 4.1.1 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SF/grip/${PORTVERSION} @@ -14,8 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcurl.so:ftp/curl \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ - libid3.so:audio/id3lib \ - libpopt.so:devel/popt + libid3.so:audio/id3lib USES= compiler:c++11-lang gmake gnome libtool localbase \ pathfix pkgconfig xorg gnome |