summaryrefslogtreecommitdiff
path: root/comms/xtel/Makefile
diff options
context:
space:
mode:
authorhans <hans@pkgsrc.org>2012-02-16 18:00:20 +0000
committerhans <hans@pkgsrc.org>2012-02-16 18:00:20 +0000
commitc95fc8aefd4418ebcf58b8c61efe51f8ab9f0aa6 (patch)
tree1e6b1d531eddaa3ebe736f763abfb55339918378 /comms/xtel/Makefile
parent705bbd10fc1849f39ae801bc5f3bc88b69a5a255 (diff)
downloadpkgsrc-c95fc8aefd4418ebcf58b8c61efe51f8ab9f0aa6.tar.gz
Fix build on SunOS.
Diffstat (limited to 'comms/xtel/Makefile')
-rw-r--r--comms/xtel/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/comms/xtel/Makefile b/comms/xtel/Makefile
index 32873bc7364..490d6f049df 100644
--- a/comms/xtel/Makefile
+++ b/comms/xtel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2011/10/09 03:53:31 dholland Exp $
+# $NetBSD: Makefile,v 1.25 2012/02/16 18:00:20 hans Exp $
#
DISTNAME= xtel-3.3.0
@@ -36,6 +36,11 @@ INSTALL_MAKE_FLAGS= PPPDIR=${PREFIX}/share/examples/xtel
SPECIAL_PERMS+= bin/mdmdetect ${SETUID_ROOT_PERMS}
+.include "../../mk/bsd.prefs.mk"
+.if ${OPSYS} == "SunOS"
+BUILDLINK_TRANSFORM+= rm:-lucb
+.endif
+
.include "../../mk/jpeg.buildlink3.mk"
.include "../../x11/libXaw/buildlink3.mk"
.include "../../x11/libXpm/buildlink3.mk"