=================================================================== RCS file: /cvs/ports/geo/tangogps/Attic/Makefile,v retrieving revision 1.16 retrieving revision 1.18 diff -u -r1.16 -r1.18 --- ports/geo/tangogps/Attic/Makefile 2010/04/15 19:56:53 1.16 +++ ports/geo/tangogps/Attic/Makefile 2010/04/16 09:38:00 1.18 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.16 2010/04/15 18:56:53 yason Exp $ +# $OpenBSD: Makefile,v 1.18 2010/04/16 08:38:00 yason Exp $ COMMENT = lightweight mapping application for use with or without GPS @@ -33,15 +33,14 @@ 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 CONFIGURE_STYLE = gnu NO_REGRESS = Yes - -post-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tangogps/ - ${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/tangogps/ .include