diff options
author | wiz <wiz@pkgsrc.org> | 2006-12-29 19:58:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-12-29 19:58:46 +0000 |
commit | 09f6d13efd7a76e1481be138f0dea3b2b0c0054a (patch) | |
tree | e77e21c4fd92bbb0888cdb97d097be100595c48a /ham/xdx/Makefile | |
parent | 2ef327b62783185899fc312f971f735e78f817bd (diff) | |
download | pkgsrc-09f6d13efd7a76e1481be138f0dea3b2b0c0054a.tar.gz |
Add missing file to PLIST. Depend on xdg-dirs for share/applications.
Bump PKGREVISION.
Diffstat (limited to 'ham/xdx/Makefile')
-rw-r--r-- | ham/xdx/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ham/xdx/Makefile b/ham/xdx/Makefile index a72ba8832de..5153d4277ac 100644 --- a/ham/xdx/Makefile +++ b/ham/xdx/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2006/12/27 07:55:08 wulf Exp $ +# $NetBSD: Makefile,v 1.16 2006/12/29 19:58:46 wiz Exp $ # DISTNAME= xdx-2.2 +PKGREVISION= 1 CATEGORIES= ham MASTER_SITES= http://www.qsl.net/pg4i/download/ @@ -12,6 +13,7 @@ COMMENT= Amateur Radio tcp/ip DX-cluster client USE_TOOLS+= gmake pkg-config GNU_CONFIGURE= yes USE_PKGLOCALEDIR=yes +USE_DIRS+= xdg-1.4 BUILDLINK_TRANSFORM+= rm:-DGTK_DISABLE_DEPRECATED |