=================================================================== RCS file: /cvs/ports/graphics/jp2a/Makefile,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ports/graphics/jp2a/Makefile 2009/09/20 13:19:29 1.5 +++ ports/graphics/jp2a/Makefile 2010/08/22 08:24:53 1.6 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2009/09/20 12:19:29 yason Exp $ +# $OpenBSD: Makefile,v 1.6 2010/08/22 07:24:53 yason Exp $ COMMENT = small utility that converts JPG images to ASCII @@ -18,10 +18,10 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=jp2a/} -WANTLIB = c crypto ncurses ssl z -LIB_DEPENDS = jpeg::graphics/jpeg \ - idn::devel/libidn \ - curl::net/curl +WANTLIB = c crypto curl idn jpeg ncurses ssl z +LIB_DEPENDS = ::graphics/jpeg \ + ::devel/libidn \ + ::net/curl REGRESS_DEPENDS = ::shells/bash