diff options
Diffstat (limited to 'ham/xlog/Makefile')
-rw-r--r-- | ham/xlog/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ham/xlog/Makefile b/ham/xlog/Makefile index 1daa088ccac..b49cdfa65d0 100644 --- a/ham/xlog/Makefile +++ b/ham/xlog/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2004/12/13 23:03:33 minskim Exp $ +# $NetBSD: Makefile,v 1.12 2005/01/23 09:02:54 wulf Exp $ # -DISTNAME= xlog-0.9.3 -PKGREVISION= 1 +DISTNAME= xlog-1.0 CATEGORIES= ham MASTER_SITES= http://www.qsl.net/pg4i/download/ @@ -12,7 +11,7 @@ COMMENT= Amateur Radio logging program GNU_CONFIGURE= yes USE_BUILDLINK3= yes -USE_PKGLOCALDIR=yes +USE_PKGLOCALEDIR=yes USE_GNU_TOOLS+= make CONFIGURE_ARGS= --enable-hamlib @@ -20,4 +19,5 @@ CONFIGURE_ARGS= --enable-hamlib .include "../../devel/pkgconfig/buildlink3.mk" .include "../../ham/hamlib/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" +.include "../../print/libgnomeprint/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |