summaryrefslogtreecommitdiffstats
path: root/devel/pygobject3-common/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2014-05-26 18:08:00 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2014-05-26 18:08:00 +0800
commita65113787da57a6a34484c0a00b2b7153205b8d8 (patch)
tree6b1a0359f1d4d641bfc50c28ff009af00f9cc5aa /devel/pygobject3-common/Makefile
parentae4538d5951239742f081100f818ae06c60d5027 (diff)
downloadmarcuscom-ports-a65113787da57a6a34484c0a00b2b7153205b8d8.tar
marcuscom-ports-a65113787da57a6a34484c0a00b2b7153205b8d8.tar.gz
marcuscom-ports-a65113787da57a6a34484c0a00b2b7153205b8d8.tar.bz2
marcuscom-ports-a65113787da57a6a34484c0a00b2b7153205b8d8.tar.lz
marcuscom-ports-a65113787da57a6a34484c0a00b2b7153205b8d8.tar.xz
marcuscom-ports-a65113787da57a6a34484c0a00b2b7153205b8d8.tar.zst
marcuscom-ports-a65113787da57a6a34484c0a00b2b7153205b8d8.zip
Sync with ports, replace hardcoded freebsd with OPSYS:tl value.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19694 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/pygobject3-common/Makefile')
-rw-r--r--devel/pygobject3-common/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/pygobject3-common/Makefile b/devel/pygobject3-common/Makefile
index 512ed0d03..045e37fc5 100644
--- a/devel/pygobject3-common/Makefile
+++ b/devel/pygobject3-common/Makefile
@@ -28,7 +28,8 @@ GNU_CONFIGURE= yes
CONFLICTS= py*-gtk-0* py*-gobject-2.*.[0-6] py*-gobject-2.*.[7-9] \
py*-gobject-2.*.6_1
-PLIST_SUB= ARCH=${ARCH} UNAME_R=${UNAME_R} VERSION=${PORTVERSION}
+PLIST_SUB= ARCH=${ARCH} UNAME_R=${UNAME_R} VERSION=${PORTVERSION} \
+ OPSYS=${OPSYS:tl}
.if ${SLAVE_PORT} == no
BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/pycairo.pc:${PORTSDIR}/graphics/py-cairo