summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-09-12 15:23:58 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-09-12 15:23:58 +0000
commit8b77080918d0242431bdc02d5bbaca527cf1d34e (patch)
tree38d8ee0489aa5335f3aff285581295d88a8c9c13 /x11-toolkits
parent- Fix build with clang [1] (diff)
- convert to the new perl5 framework
- convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket)
Notes
Notes: svn path=/head/; revision=327077
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/SoXt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/SoXt/Makefile b/x11-toolkits/SoXt/Makefile
index db036ce0e802..7fd1f7ed115b 100644
--- a/x11-toolkits/SoXt/Makefile
+++ b/x11-toolkits/SoXt/Makefile
@@ -12,9 +12,9 @@ COMMENT= GUI binding for using Open Inventor with Xt/Motif
LIB_DEPENDS= Coin.61:${PORTSDIR}/graphics/Coin
-USES= motif pathfix
+USES= motif pathfix perl5
USE_GL= yes
-USE_PERL5_BUILD= yes
+USE_PERL5= build
USE_XORG= xi
GNU_CONFIGURE= yes
CONFIGURE_ENV+= LIBS="${PTHREAD_LIBS}"