diff options
author | joerg <joerg@pkgsrc.org> | 2011-08-13 17:51:19 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2011-08-13 17:51:19 +0000 |
commit | 1ecd875c81e0a40bb74f19d35f3edd3a002aa4c8 (patch) | |
tree | fee2c85afbaa8681a0b02abeee814ebcc816bd83 /mail | |
parent | 1f5790d0d52ba8b7f6732fa3b88b558726bb6dec (diff) | |
download | pkgsrc-1ecd875c81e0a40bb74f19d35f3edd3a002aa4c8.tar.gz |
Fix dependency pattern
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mailhops/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mailhops/Makefile b/mail/mailhops/Makefile index ae0a3ff67af..452e6e17e1f 100644 --- a/mail/mailhops/Makefile +++ b/mail/mailhops/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2011/08/05 13:20:52 is Exp $ +# $NetBSD: Makefile,v 1.2 2011/08/13 17:51:19 joerg Exp $ # DISTNAME= mailhops-1.4 @@ -17,7 +17,7 @@ EXTRACT_CMD= echo ${CP} "$${extract_file}" ${WRKSRC}/mailhops; \ ${CP} "$${extract_file}" ${WRKSRC}/mailhops -DEPENDS+= p5-TimeDate:../../time/p5-TimeDate +DEPENDS+= p5-TimeDate-[0-9]*:../../time/p5-TimeDate PKG_DESTDIR_SUPPORT= user-destdir |