summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorgson <gson@pkgsrc.org>2018-12-14 14:34:05 +0000
committergson <gson@pkgsrc.org>2018-12-14 14:34:05 +0000
commited7ca96fab81d3078e6819138cb59d9500114faa (patch)
tree0668b002a1413fc625c197cf6bab7fc70a128c43 /print
parent27694a3acf9e7503e8c2c589be8abd06db26d16b (diff)
downloadpkgsrc-ed7ca96fab81d3078e6819138cb59d9500114faa.tar.gz
poppler: Use GCC_REQD+=, not GCC_REQD=.
Diffstat (limited to 'print')
-rw-r--r--print/poppler/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/poppler/Makefile.common b/print/poppler/Makefile.common
index 28b081c9b1b..c3dce85a26c 100644
--- a/print/poppler/Makefile.common
+++ b/print/poppler/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.104 2018/12/14 13:16:26 gson Exp $
+# $NetBSD: Makefile.common,v 1.105 2018/12/14 14:34:05 gson Exp $
#
# used by print/poppler/Makefile
# used by print/poppler-cpp/Makefile
@@ -22,7 +22,7 @@ PATCHDIR= ${.CURDIR}/../../print/poppler/patches
USE_TOOLS+= pkg-config
USE_LIBTOOL= yes
USE_LANGUAGES= c c++14
-GCC_REQD= 4.9
+GCC_REQD+= 4.9
USE_CMAKE= yes