aboutsummaryrefslogtreecommitdiff
path: root/audio/mp3plot
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2013-08-09 14:05:52 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2013-08-09 14:05:52 +0000
commitb83d7bf933421ec67d43832596ab3f5cf5a33532 (patch)
tree4b54bdffc904e7c6b2e7107151b63bada3f0ecb6 /audio/mp3plot
parenta851269bfa4538b5ba537c3f91e9eca1a5553fc6 (diff)
downloadports-b83d7bf933421ec67d43832596ab3f5cf5a33532.tar.gz
ports-b83d7bf933421ec67d43832596ab3f5cf5a33532.zip
- update libdg to 2.1.0
Notes
Notes: svn path=/head/; revision=324437
Diffstat (limited to 'audio/mp3plot')
-rw-r--r--audio/mp3plot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/mp3plot/Makefile b/audio/mp3plot/Makefile
index b1ba68599b5c..221a5a5119f1 100644
--- a/audio/mp3plot/Makefile
+++ b/audio/mp3plot/Makefile
@@ -3,7 +3,7 @@
PORTNAME= mp3plot
DISTVERSION= 0.6.0
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= audio
MASTER_SITES= http://p.outlyer.net/mp3plot/files/
@@ -35,7 +35,7 @@ LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MGD}
-LIB_DEPENDS+= gd.4:${PORTSDIR}/graphics/gd
+LIB_DEPENDS+= gd:${PORTSDIR}/graphics/gd
.else
CONFIGURE_ARGS+= --disable-gd
.endif