summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorkefren <kefren>2015-05-23 14:57:53 +0000
committerkefren <kefren>2015-05-23 14:57:53 +0000
commitd6d32d982c2cb688595b6e4394c44b072a103cda (patch)
tree268c7dbc97dafb12df1497e58dc57eee12db5ad0 /print
parent40b41acd0fc4f91a969daac2425ca407346787d7 (diff)
downloadpkgsrc-d6d32d982c2cb688595b6e4394c44b072a103cda.tar.gz
Switch away from mono2. PKGREVISION++
Diffstat (limited to 'print')
-rw-r--r--print/pdfmod/Makefile12
1 files changed, 9 insertions, 3 deletions
diff --git a/print/pdfmod/Makefile b/print/pdfmod/Makefile
index 2d7bc6ca39e..eb08044c46f 100644
--- a/print/pdfmod/Makefile
+++ b/print/pdfmod/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2015/04/25 14:24:47 tnn Exp $
+# $NetBSD: Makefile,v 1.5 2015/05/23 15:00:31 kefren Exp $
DISTNAME= pdfmod-0.9.1
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pdfmod/0.9/}
EXTRACT_SUFX= .tar.bz2
@@ -19,8 +19,14 @@ REPLACE_SH= icon-theme-installer
INSTALLATION_DIRS+= lib/pdfmod
+SUBST_CLASSES+= fix-mcs
+SUBST_STAGE.fix-mcs= post-patch
+SUBST_MESSAGE.fix-mcs= Fix compiler name
+SUBST_FILES.fix-mcs= configure
+SUBST_SED.fix-mcs= -e 's,gmcs,mcs,'
+
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
-.include "../../lang/mono2/buildlink3.mk"
+.include "../../lang/mono/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../textproc/gnome-doc-utils/buildlink3.mk"
.include "../../x11/hyena/buildlink3.mk"