diff options
Diffstat (limited to 'audio/mp3plot/Makefile')
-rw-r--r-- | audio/mp3plot/Makefile | 4 |
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 |