diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 13:29:15 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 13:29:15 +0000 |
commit | 7f4572eae4327c4403d9ef714cb6de917650662a (patch) | |
tree | e5609c11a5cecf09649970cae33b72d3774969e3 /audio/gqmpeg/Makefile | |
parent | 630b8bcb8b62c77a87ea9d6bfa87a312a9d89555 (diff) | |
download | ports-7f4572eae4327c4403d9ef714cb6de917650662a.tar.gz ports-7f4572eae4327c4403d9ef714cb6de917650662a.zip |
Notes
Diffstat (limited to 'audio/gqmpeg/Makefile')
-rw-r--r-- | audio/gqmpeg/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/audio/gqmpeg/Makefile b/audio/gqmpeg/Makefile index 3ff4bbda440b..505ceb27b49a 100644 --- a/audio/gqmpeg/Makefile +++ b/audio/gqmpeg/Makefile @@ -14,12 +14,12 @@ COMMENT?= Another gtk-based MP3 frontend OPTIONS_DEFINE= MPG321 MPG321_DESC= use mpg321 instead of mpg123 -LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png -RUN_DEPENDS= ogg123:${PORTSDIR}/audio/vorbis-tools \ - xmp:${PORTSDIR}/audio/xmp +LIB_DEPENDS= libpng.so:graphics/png +RUN_DEPENDS= ogg123:audio/vorbis-tools \ + xmp:audio/xmp -MPG321_RUN_DEPENDS= mpg321:${PORTSDIR}/audio/mpg321 -MPG321_RUN_DEPENDS_OFF= mpg123:${PORTSDIR}/audio/mpg123 +MPG321_RUN_DEPENDS= mpg321:audio/mpg321 +MPG321_RUN_DEPENDS_OFF= mpg123:audio/mpg123 USE_GNOME= gdkpixbuf USES= gettext libtool |