From 2923466a17639e775b8365a45ff6cd4ded0c2b4a Mon Sep 17 00:00:00 2001 From: jasper Date: Tue, 1 Sep 2009 06:37:57 +0000 Subject: [PATCH] - fix build on a clean box (missing module) ok landry@ (MAINTAINER) --- geo/gpx-viewer/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/geo/gpx-viewer/Makefile b/geo/gpx-viewer/Makefile index 507cc7f1f16..967929dbf76 100644 --- a/geo/gpx-viewer/Makefile +++ b/geo/gpx-viewer/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2009/08/23 17:37:07 landry Exp $ +# $OpenBSD: Makefile,v 1.2 2009/09/01 06:37:57 jasper Exp $ COMMENT = gpx file viewer VERSION = 0.1.1 DISTNAME = gpx-viewer-${VERSION} +PKGNAME= ${DISTNAME}p0 CATEGORIES = geo x11 @@ -22,7 +23,8 @@ CONFIGURE_STYLE = gnu CONFIGURE_ENV = DATADIRNAME=share USE_GMAKE = yes -MODULES = devel/gettext +MODULES = devel/gettext \ + textproc/intltool LIB_DEPENDS = champlain-0.3,champlain-gtk-0.3:libchamplain->=0.3.5:geo/libchamplain/core RUN_DEPENDS = ::devel/desktop-file-utils