summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2016-12-14 13:44:36 +0000
committerdinoex <dinoex@FreeBSD.org>2016-12-14 13:44:36 +0000
commit86521fbe7b6672356f0335b43957323da82829e3 (patch)
tree302cd013e396eeb73ddbf6f3832dd2271b1ff74f
parent9a27787419f7f8945cc1ef5a1f461a205178481a (diff)
downloadFreeBSD-ports-86521fbe7b6672356f0335b43957323da82829e3.zip
FreeBSD-ports-86521fbe7b6672356f0335b43957323da82829e3.tar.gz
- fix option XAW3D
-rw-r--r--emulators/vice/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile
index 8fc328b..69f4fe3 100644
--- a/emulators/vice/Makefile
+++ b/emulators/vice/Makefile
@@ -101,6 +101,7 @@ __pmlinks1!= ${ECHO_CMD} '${LMLINKS:S/ / /}' | ${AWK} \
.if ${PORT_OPTIONS:MXAW3D}
GNOME_SUFFIX= -xaw3d
CONFLICTS?= vice-gnome-1.* vice-1.*
+USES+= perl5
.endif
.if ${PORT_OPTIONS:MGNOMEUI}
@@ -145,6 +146,7 @@ post-extract:
@${RM} ${WRKSRC}/doc/vice.info*
post-patch:
+ ${CHMOD} +x "${WRKSRC}/doc/html/texi2html"
${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" \
${WRKSRC}/man/vice.1
${REINPLACE_CMD} -e 's|^localedir.*|localedir = $$(DESTDIR)${LOCALBASE}/share/locale|' \
OpenPOWER on IntegriCloud