diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-27 16:59:19 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-27 16:59:19 +0800 |
commit | 12b4dc80263a4393b3f3d176b5116ed46f3e8372 (patch) | |
tree | 97420dd1adce2eeeb2d81274271d2dd422aade68 /audio | |
parent | 4d8d0bff76e14f414acfaf951092610b0e7e13f7 (diff) | |
download | freebsd-ports-gnome-12b4dc80263a4393b3f3d176b5116ed46f3e8372.tar.gz freebsd-ports-gnome-12b4dc80263a4393b3f3d176b5116ed46f3e8372.tar.zst freebsd-ports-gnome-12b4dc80263a4393b3f3d176b5116ed46f3e8372.zip |
- Switch to USES=libtool
Approved by: portmgr blanket
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gqmpeg/Makefile | 6 |
1 files 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 |