diff options
author | obache <obache@pkgsrc.org> | 2010-12-26 13:07:11 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-12-26 13:07:11 +0000 |
commit | 212f9956f8d939d4d2e3d4606c6157cddbb6a740 (patch) | |
tree | bf23c8278192d7d11550389292892e193a273084 /ham | |
parent | 755717287f32168e36920d3f28f221a41b5e27a5 (diff) | |
download | pkgsrc-212f9956f8d939d4d2e3d4606c6157cddbb6a740.tar.gz |
Fix DEPENDS pattern for xdg-utils, and move to standard location.
Diffstat (limited to 'ham')
-rw-r--r-- | ham/xlog/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ham/xlog/Makefile b/ham/xlog/Makefile index f01815f330d..7e345a0c683 100644 --- a/ham/xlog/Makefile +++ b/ham/xlog/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2010/12/25 13:39:54 mef Exp $ +# $NetBSD: Makefile,v 1.38 2010/12/26 13:07:11 obache Exp $ # DISTNAME= xlog-2.0.4 @@ -9,12 +9,13 @@ MAINTAINER= wulf@NetBSD.org HOMEPAGE= http://www.nongnu.org/xlog/ COMMENT= Amateur Radio logging program +DEPENDS+= xdg-utils-[0-9]*:../../misc/xdg-utils + PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_PKGLOCALEDIR=yes USE_TOOLS+= gmake pkg-config -DEPENDS+= xdg-utils:../../misc/xdg-utils CONFIGURE_ARGS+= --enable-hamlib |