diff options
author | cube <cube@pkgsrc.org> | 2004-01-29 07:42:23 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2004-01-29 07:42:23 +0000 |
commit | c201089fd8e32678eb98db32f09731bf0c35f43e (patch) | |
tree | 3a75dea555aaabafcca39a06612a12b41cd87943 /mail/sylpheed-claws-ghostscript-viewer | |
parent | dde5c9a30c7e3a5a5842ef638c1836a3bb0d7f4b (diff) | |
download | pkgsrc-c201089fd8e32678eb98db32f09731bf0c35f43e.tar.gz |
This depends on pkg-config, as pointed out by agc@'s bulk build log.
Diffstat (limited to 'mail/sylpheed-claws-ghostscript-viewer')
-rw-r--r-- | mail/sylpheed-claws-ghostscript-viewer/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/sylpheed-claws-ghostscript-viewer/Makefile b/mail/sylpheed-claws-ghostscript-viewer/Makefile index 5b94dbcc0ff..61d2d55a05c 100644 --- a/mail/sylpheed-claws-ghostscript-viewer/Makefile +++ b/mail/sylpheed-claws-ghostscript-viewer/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2004/01/05 16:53:04 cube Exp $ +# $NetBSD: Makefile,v 1.3 2004/01/29 07:42:23 cube Exp $ # DISTNAME= ghostscript-viewer-0.6 PKGNAME= sylpheed-claws-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= mail news x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sylpheed-claws/} EXTRACT_SUFX= .tar.bz2 @@ -22,6 +22,7 @@ PLIST_SUBST+= PLUGIN_NAME=ghostscript_viewer .include "../../mail/sylpheed-claws/buildlink2.mk" .include "../../x11/gtk/buildlink2.mk" +.include "../../devel/pkgconfig/buildlink2.mk" .include "../../mk/ghostscript.mk" .include "../../mk/bsd.pkg.mk" |