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/xmms-curses | |
parent | 630b8bcb8b62c77a87ea9d6bfa87a312a9d89555 (diff) |
Notes
Diffstat (limited to 'audio/xmms-curses')
-rw-r--r-- | audio/xmms-curses/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/xmms-curses/Makefile b/audio/xmms-curses/Makefile index c46072c02200..fd7b4a105885 100644 --- a/audio/xmms-curses/Makefile +++ b/audio/xmms-curses/Makefile @@ -10,9 +10,9 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= itetcu@FreeBSD.org COMMENT= Ncurses program for (remote) controlling multimedia/xmms -BUILD_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms -RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms -LIB_DEPENDS= libpthread-stubs.so:${PORTSDIR}/devel/libpthread-stubs +BUILD_DEPENDS= xmms:multimedia/xmms +RUN_DEPENDS= xmms:multimedia/xmms +LIB_DEPENDS= libpthread-stubs.so:devel/libpthread-stubs USES= gettext iconv USE_GNOME= gtk12 |