diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-05 05:56:12 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-05 05:56:12 +0000 |
commit | f228fb5ab1c2315a16e9e5580658a43b8b6f17ff (patch) | |
tree | d71e08aea466c449d1258a3e20d8b8f816c2fb67 /audio/xmms2-scrobbler | |
parent | 7a55382d83d79521a6ac88e0fbc277731bc54e8e (diff) |
Notes
Diffstat (limited to 'audio/xmms2-scrobbler')
-rw-r--r-- | audio/xmms2-scrobbler/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/xmms2-scrobbler/Makefile b/audio/xmms2-scrobbler/Makefile index 7b2215c8fcb0..ce813a85222c 100644 --- a/audio/xmms2-scrobbler/Makefile +++ b/audio/xmms2-scrobbler/Makefile @@ -15,6 +15,7 @@ LICENSE= MIT LIB_DEPENDS= xmmsclient.6:${PORTSDIR}/audio/xmms2 \ curl.6:${PORTSDIR}/ftp/curl +USES= pkgconfig USE_GMAKE= yes LDFLAGS+= ${PTHREAD_LIBS} |