diff options
author | jlam <jlam> | 2005-05-16 01:15:30 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-05-16 01:15:30 +0000 |
commit | 147a5621c28e6a26de0b520dcecfda5698bace16 (patch) | |
tree | da89fcd3343a63fa8c0fc4168d727db6478281a5 /net/dgd/Makefile | |
parent | 6b5baef6bfdba6145563c06d1db88770911af1a6 (diff) | |
download | pkgsrc-147a5621c28e6a26de0b520dcecfda5698bace16.tar.gz |
Note that gtar is required by the package.
Diffstat (limited to 'net/dgd/Makefile')
-rw-r--r-- | net/dgd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/dgd/Makefile b/net/dgd/Makefile index cbea87e56a3..32b9e27c884 100644 --- a/net/dgd/Makefile +++ b/net/dgd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/04/11 21:46:45 tv Exp $ +# $NetBSD: Makefile,v 1.8 2005/05/16 01:15:32 jlam Exp $ DISTNAME= dgd-1.2p4 PKGNAME= dgd-1.2.0.4 @@ -15,6 +15,8 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews WRKSRC= ${WRKDIR}/dgd/src +PKGSRC_USE_TOOLS+= gtar + SUBST_CLASSES+= paths SUBST_MESSAGE.paths= "Fixing hardcoded paths and command names." SUBST_STAGE.paths= post-patch |