=================================================================== RCS file: /cvs/ports/audio/qtscrobbler/Attic/Makefile,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ports/audio/qtscrobbler/Attic/Makefile 2010/10/26 04:58:20 1.4 +++ ports/audio/qtscrobbler/Attic/Makefile 2010/12/01 04:27:59 1.5 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2010/10/26 03:58:20 yason Exp $ +# $OpenBSD: Makefile,v 1.5 2010/12/01 04:27:59 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 -BUILD_DEPENDS = ::devel/ccache -LIB_DEPENDS= ::net/curl \ - ::devel/libidn \ - ::devel/libmtp \ - ::x11/qt4 -RUN_DEPENDS = :desktop-file-utils-*:devel/desktop-file-utils +BUILD_DEPENDS = devel/ccache +LIB_DEPENDS= net/curl \ + devel/libidn \ + devel/libmtp \ + x11/qt4 +RUN_DEPENDS = desktop-file-utils-*:devel/desktop-file-utils USE_GMAKE= Yes WRKSRC = ${WRKDIST}/src/cli