diff options
author | christos <christos@pkgsrc.org> | 2011-09-16 13:44:44 +0000 |
---|---|---|
committer | christos <christos@pkgsrc.org> | 2011-09-16 13:44:44 +0000 |
commit | bafaa978609f77b73343e15f329e9a945a6de754 (patch) | |
tree | f24342bdaabff0c391c53777a35c8dad956b3968 /print | |
parent | 813a13fdc875d1a23eaee543595c3295139d25df (diff) | |
download | pkgsrc-bafaa978609f77b73343e15f329e9a945a6de754.tar.gz |
add missing dependencies so that it builds.
Diffstat (limited to 'print')
-rw-r--r-- | print/cups/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile index 5dd435e1659..64d48cabf47 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.178 2011/08/28 07:22:12 sbd Exp $ +# $NetBSD: Makefile,v 1.179 2011/09/16 13:44:44 christos Exp $ # # The CUPS author is very good about taking back changes into the main # CUPS distribution. The correct place to send patches or bug-fixes is: @@ -126,6 +126,8 @@ OWN_DIRS_PERMS+= ${CUPS_CACHE}/rss ${REAL_ROOT_USER} ${CUPS_GROUP} 0775 .include "../../graphics/png/buildlink3.mk" .include "../../graphics/tiff/buildlink3.mk" .include "../../security/openssl/buildlink3.mk" +.include "../../security/gnutls/buildlink3.mk" +.include "../../security/libgcrypt/buildlink3.mk" SUBST_CLASSES+= paths SUBST_FILES.paths= ${WRKDIR}/cups.pam |