mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Last attempt to fix the prefix problem was just a revert of fenner's changes
so fix that and just add USE_X_PREFIX before .include <bsd.port.pre.mk> Noticed by: Tadayuki OKADA <tadayuki@mediaone.net>
This commit is contained in:
parent
1c5131abdc
commit
b2fe88e6b2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54132
@ -27,6 +27,10 @@ MAINTAINER= kkonstan@daemon.gr
|
||||
BUILD_DEPENDS= ttmkfdir:${PORTSDIR}/x11-fonts/ttmkfdir \
|
||||
cabextract:${PORTSDIR}/archivers/cabextract
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${XFREE86_VERSION} == 3
|
||||
RUN_DEPENDS= xfstt:${PORTSDIR}/x11-servers/Xfstt
|
||||
.endif
|
||||
@ -39,7 +43,6 @@ EXTRACT_CMD= ${LOCALBASE}/bin/cabextract
|
||||
EXTRACT_BEFORE_ARGS= --lowercase --quiet
|
||||
EXTRACT_AFTER_ARGS=
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
PLIST_SUB= PKG_OLDXF86=${PKG_OLDXF86} \
|
||||
PKG_NSALIAS=${PKG_NSALIAS} \
|
||||
PKG_UNICODE=${PKG_UNICODE} \
|
||||
@ -198,4 +201,4 @@ display-message:
|
||||
${CAT} ${PKGMESSAGE}
|
||||
${ECHO_MSG}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user