diff options
author | joerg <joerg> | 2011-08-13 17:51:19 +0000 |
---|---|---|
committer | joerg <joerg> | 2011-08-13 17:51:19 +0000 |
commit | adb52683b437c2057b7c417d56420da1268040d8 (patch) | |
tree | fee2c85afbaa8681a0b02abeee814ebcc816bd83 | |
parent | 28b35fc489935d6dbfba224a0b3f4c2dc611986e (diff) | |
download | pkgsrc-adb52683b437c2057b7c417d56420da1268040d8.tar.gz |
Fix dependency pattern
-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 |