=================================================================== RCS file: /cvs/ports/geo/gpscorrelate/Makefile,v retrieving revision 1.3 retrieving revision 1.5 diff -u -r1.3 -r1.5 --- ports/geo/gpscorrelate/Makefile 2010/03/11 22:01:03 1.3 +++ ports/geo/gpscorrelate/Makefile 2010/04/18 15:14:10 1.5 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2010/03/11 22:01:03 yason Exp $ +# $OpenBSD: Makefile,v 1.5 2010/04/18 14:14:10 yason Exp $ COMMENT = GPS photo correlation @@ -18,7 +18,8 @@ WANTLIB = X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \ Xi Xinerama Xrandr Xrender c expat fontconfig freetype \ - m pixman-1 pthread-stubs stdc++ xcb z + m pixman-1 pthread-stubs stdc++ xcb xcb-render \ + xcb-render-util z MASTER_SITES = http://www.freefoote.com/linux/ @@ -47,7 +48,8 @@ png.>=8::graphics/png \ xml2.>=10::textproc/libxml -RUN_DEPENDS = ::sysutils/gamin,-server +RUN_DEPENDS = ::devel/desktop-file-utils \ + ::sysutils/gamin,-server USE_X11 = Yes USE_GMAKE = Yes