diff options
Diffstat (limited to 'sysutils/xnc/Makefile')
-rw-r--r-- | sysutils/xnc/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/xnc/Makefile b/sysutils/xnc/Makefile index 572b0b0a951..d6302a6ad1d 100644 --- a/sysutils/xnc/Makefile +++ b/sysutils/xnc/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2004/02/22 22:29:22 jschauma Exp $ +# $NetBSD: Makefile,v 1.14 2004/03/08 19:40:42 jmmv Exp $ DISTNAME= xnc-5.0.4.src PKGNAME= xnc-5.0.4 +PKGREVISION= 1 CATEGORIES= sysutils x11 MASTER_SITES= http://www.xnc.dubna.su/src-5/ @@ -9,6 +10,8 @@ MAINTAINER= jschauma@NetBSD.org HOMEPAGE= http://xnc.dubna.su/ COMMENT= File manager for X Window +DEPENDS+= xdg-dirs>=1.1:../../misc/xdg-dirs + WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} USE_BUILDLINK2= yes USE_X11= yes |