diff options
Diffstat (limited to 'net/gftp/Makefile.common')
-rw-r--r-- | net/gftp/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/gftp/Makefile.common b/net/gftp/Makefile.common index 808ddf1bfef..0e585634a98 100644 --- a/net/gftp/Makefile.common +++ b/net/gftp/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.3 2004/03/08 10:11:17 tron Exp $ +# $NetBSD: Makefile.common,v 1.4 2004/03/08 19:40:41 jmmv Exp $ DISTNAME= gftp-${VERSION} CATEGORIES= net @@ -10,6 +10,7 @@ MAINTAINER= jmcneill@invisible.yi.org HOMEPAGE= http://gftp.seul.org/ BUILD_USES_MSGFMT= yes +DEPENDS+= xdg-dirs>=1.1:../../misc/xdg-dirs USE_BUILDLINK3= yes USE_PKGLOCALEDIR= yes |