=================================================================== RCS file: /cvs/ports/audio/qtscrobbler/Attic/Makefile,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ports/audio/qtscrobbler/Attic/Makefile 2010/12/01 04:27:59 1.5 +++ ports/audio/qtscrobbler/Attic/Makefile 2011/05/07 20:10:30 1.6 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2010/12/01 04:27:59 yason Exp $ +# $OpenBSD: Makefile,v 1.6 2011/05/07 20:10:30 yason Exp $ COMMENT = simple tool for submitting .scrobbler.log to last.fm @@ -21,12 +21,12 @@ WANTLIB= QtCore QtGui X11 Xext c crypto curl idn m mtp pthread ssl stdc++ usb z +MODLES = x11/qt4 BUILD_DEPENDS = devel/ccache LIB_DEPENDS= net/curl \ devel/libidn \ - devel/libmtp \ - x11/qt4 -RUN_DEPENDS = desktop-file-utils-*:devel/desktop-file-utils + devel/libmtp +RUN_DEPENDS = devel/desktop-file-utils USE_GMAKE= Yes WRKSRC = ${WRKDIST}/src/cli