=================================================================== RCS file: /cvs/ports/geo/tangogps/Attic/Makefile,v retrieving revision 1.15 retrieving revision 1.17 diff -u -r1.15 -r1.17 --- ports/geo/tangogps/Attic/Makefile 2010/04/15 06:32:27 1.15 +++ ports/geo/tangogps/Attic/Makefile 2010/04/16 08:50:00 1.17 @@ -1,4 +1,4 @@ -# $OpenBSD +# $OpenBSD: Makefile,v 1.17 2010/04/16 07:50:00 yason Exp $ COMMENT = lightweight mapping application for use with or without GPS @@ -27,11 +27,15 @@ png pthread pthread-stubs ssl xcb xcb-render \ xcb-render-util xml2 z +MODULES = devel/gettext LIB_DEPENDS = atk-1.0::devel/atk \ curl::net/curl \ exif::graphics/libexif \ gconf-2::devel/gconf2 \ sqlite3::databases/sqlite3 + +RUN_DEPENDS = ::devel/desktop-file-utils + CONFIGURE_ENV += CPPFLAGS=-I${LOCALBASE}/include \ LDFLAGS="-L${LOCALBASE}/lib -liconv -lintl" USE_X11 = Yes