diff options
author | grant <grant@pkgsrc.org> | 2004-06-27 13:36:04 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-06-27 13:36:04 +0000 |
commit | 5ff27fb94bfd01407a739de3bfd56156550955ac (patch) | |
tree | 8fe65f309d12a577b0fac634855967643abf5866 /print | |
parent | 24289a735fcbaeb0caa8bc5a93c8b66a7b1a6396 (diff) | |
download | pkgsrc-5ff27fb94bfd01407a739de3bfd56156550955ac.tar.gz |
include openssl/buildlink3.mk to remove hidden dependency on openssl.
no PKGREVISION bump because it wouldn't build without openssl.
Diffstat (limited to 'print')
-rw-r--r-- | print/gimp-print-cups/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/gimp-print-cups/Makefile b/print/gimp-print-cups/Makefile index 042985763bd..770053393e8 100644 --- a/print/gimp-print-cups/Makefile +++ b/print/gimp-print-cups/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2004/05/05 02:26:41 snj Exp $ +# $NetBSD: Makefile,v 1.16 2004/06/27 13:36:04 grant Exp $ # DISTNAME= gimp-print-4.2.6 @@ -24,4 +24,5 @@ USE_BUILDLINK3= yes .include "../../print/gimp-print-lib/buildlink3.mk" .include "../../print/cups/buildlink3.mk" +.include "../../security/openssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |