diff options
author | dinoex <dinoex@FreeBSD.org> | 2016-12-14 21:44:36 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2016-12-14 21:44:36 +0800 |
commit | 86521fbe7b6672356f0335b43957323da82829e3 (patch) | |
tree | 302cd013e396eeb73ddbf6f3832dd2271b1ff74f /emulators | |
parent | 9a27787419f7f8945cc1ef5a1f461a205178481a (diff) | |
download | freebsd-ports-gnome-86521fbe7b6672356f0335b43957323da82829e3.tar.gz freebsd-ports-gnome-86521fbe7b6672356f0335b43957323da82829e3.tar.zst freebsd-ports-gnome-86521fbe7b6672356f0335b43957323da82829e3.zip |
- fix option XAW3D
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/vice/Makefile | 2 |
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|' \ |