aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2016-12-14 21:44:36 +0800
committerDirk Meyer <dinoex@FreeBSD.org>2016-12-14 21:44:36 +0800
commitee951686ce587fc44c9dbce2b0d0be7656531e02 (patch)
tree302cd013e396eeb73ddbf6f3832dd2271b1ff74f /emulators
parent4a8dc62f3f3ae0539e08c5e770d2ddc7069c82d8 (diff)
downloadfreebsd-ports-gnome-ee951686ce587fc44c9dbce2b0d0be7656531e02.tar.gz
freebsd-ports-gnome-ee951686ce587fc44c9dbce2b0d0be7656531e02.tar.zst
freebsd-ports-gnome-ee951686ce587fc44c9dbce2b0d0be7656531e02.zip
- fix option XAW3D
Diffstat (limited to 'emulators')
-rw-r--r--emulators/vice/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile
index 8fc328b5b7a8..69f4fe399344 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|' \