git: f47376405550 - main - audio/grip: popt is not used anymore in grip since 4.1.0
Baptiste Daroussin
bapt at FreeBSD.org
Sat May 1 21:33:08 UTC 2021
The branch main has been updated by bapt:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f47376405550d3ae2c596ba670189b2149bee32a
commit f47376405550d3ae2c596ba670189b2149bee32a
Author: Baptiste Daroussin <bapt at FreeBSD.org>
AuthorDate: 2021-05-01 21:06:40 +0000
Commit: Baptiste Daroussin <bapt at FreeBSD.org>
CommitDate: 2021-05-01 21:32:32 +0000
audio/grip: popt is not used anymore in grip since 4.1.0
---
audio/grip/Makefile | 4 ++--
1 file 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
More information about the dev-commits-ports-all
mailing list