=================================================================== RCS file: /cvs/ports/geo/gpscorrelate/Makefile,v retrieving revision 1.2 retrieving revision 1.4 diff -u -r1.2 -r1.4 --- ports/geo/gpscorrelate/Makefile 2010/03/11 12:36:19 1.2 +++ ports/geo/gpscorrelate/Makefile 2010/04/15 06:46:06 1.4 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2010/03/11 12:36:19 yason Exp $ +# $OpenBSD: Makefile,v 1.4 2010/04/15 05:46:06 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/ @@ -46,6 +47,8 @@ pangoft2-1.0.>=1800::devel/pango \ png.>=8::graphics/png \ xml2.>=10::textproc/libxml + +RUN_DEPENDS = ::sysutils/gamin,-server USE_X11 = Yes USE_GMAKE = Yes