diff options
author | grant <grant@pkgsrc.org> | 2002-06-01 12:30:47 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2002-06-01 12:30:47 +0000 |
commit | 0a3184c9001453166f0157ab1ca4307f1eb3db44 (patch) | |
tree | ec3047f3ce29363126e34b247da60202a019864f /mail/sylpheed-claws | |
parent | 5adf73110ba591c5030a3bf5d7d20c0c57992196 (diff) | |
download | pkgsrc-0a3184c9001453166f0157ab1ca4307f1eb3db44.tar.gz |
include gdk_imlib for inline image viewing.
Diffstat (limited to 'mail/sylpheed-claws')
-rw-r--r-- | mail/sylpheed-claws/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/sylpheed-claws/Makefile b/mail/sylpheed-claws/Makefile index 9a909f4eefc..2d79a5601f2 100644 --- a/mail/sylpheed-claws/Makefile +++ b/mail/sylpheed-claws/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/06/01 11:43:29 grant Exp $ +# $NetBSD: Makefile,v 1.2 2002/06/01 12:30:47 grant Exp $ DISTNAME= sylpheed-0.7.6claws PKGNAME= sylpheed-claws-0.7.6 @@ -29,6 +29,7 @@ BUILD_DEFS+= USE_INET6 CONFIGURE_ARGS+= --enable-ipv6 .endif +.include "../../graphics/imlib/buildlink.mk" .include "../../security/gpgme/buildlink.mk" .include "../../security/openssl/buildlink.mk" .include "../../x11/gtk/buildlink.mk" |