summaryrefslogtreecommitdiff
path: root/print/cups15
diff options
context:
space:
mode:
authorjperkin <jperkin>2016-02-25 17:52:45 +0000
committerjperkin <jperkin>2016-02-25 17:52:45 +0000
commit0d99c59bb4d2506986ce3ae68a8a9ebf0ac603cd (patch)
tree395d45f3c26c1267735eaae9900be3c4c9a7d264 /print/cups15
parent3be4db324f7877516e4224d6af5c3286507014dc (diff)
downloadpkgsrc-0d99c59bb4d2506986ce3ae68a8a9ebf0ac603cd.tar.gz
Use OPSYSVARS.
Diffstat (limited to 'print/cups15')
-rw-r--r--print/cups15/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/print/cups15/Makefile b/print/cups15/Makefile
index 64fded10d01..2256124ef2c 100644
--- a/print/cups15/Makefile
+++ b/print/cups15/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2015/10/10 17:05:17 richard Exp $
+# $NetBSD: Makefile,v 1.10 2016/02/25 17:52:45 jperkin Exp $
#
# The CUPS author is very good about taking back changes into the main
# CUPS distribution. The correct place to send patches or bug-fixes is:
@@ -90,9 +90,7 @@ PLIST.notmac= yes
# Avoid the following error when compiling with clang.
# /usr/local/bin/ld: /usr/lib/crt1.o: relocation R_X86_64_32 against `_DYNAMIC'
# can not be used when making a shared object; recompile with -fPIC
-.if ${OPSYS} == "FreeBSD"
-BUILDLINK_TRANSFORM+= rm:-Wl,-pie
-.endif
+BUILDLINK_TRANSFORM.FreeBSD+= rm:-Wl,-pie
# CUPS_USER user to run filter and CGI programs as
# CUPS_GROUP group to run filter and CGI programs as