From efd9b771af2a2b911ec64899e9a0c7ca5f57dbdf Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Fri, 27 Jun 2014 08:59:19 +0000 Subject: [PATCH] - Switch to USES=libtool Approved by: portmgr blanket --- audio/gqmpeg/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/audio/gqmpeg/Makefile b/audio/gqmpeg/Makefile index f73c12ca356c..16301ab18f3b 100644 --- a/audio/gqmpeg/Makefile +++ b/audio/gqmpeg/Makefile @@ -4,7 +4,7 @@ PORTNAME= gqmpeg PORTVERSION= 0.20.0 PORTREVISION= 10 -PORTEPOCH= 1 +PORTEPOCH= 2 CATEGORIES+= audio MASTER_SITES= SF @@ -22,8 +22,8 @@ MPG321_RUN_DEPENDS= mpg321:${PORTSDIR}/audio/mpg321 MPG321_RUN_DEPENDS_OFF= mpg123:${PORTSDIR}/audio/mpg123 USE_GNOME= gdkpixbuf -USES= gettext -USE_AUTOTOOLS= autoconf213 libtool +USES= gettext libtool +USE_AUTOTOOLS= autoconf213 CONFIGURE_ENV+= USE_GNOME="" CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15