diff options
author | pat <pat@FreeBSD.org> | 2002-02-02 07:10:31 +0000 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-02-02 07:10:31 +0000 |
commit | 6b74d41e6636962ce7d9d2ad1162994f6344525c (patch) | |
tree | 2e63cca31a5a4fb3a23f0d4781f766e99f7a3d2e /x11-fonts/webfonts | |
parent | a1195615537764f0803adea8302fc84ff9788798 (diff) | |
download | FreeBSD-ports-6b74d41e6636962ce7d9d2ad1162994f6344525c.zip FreeBSD-ports-6b74d41e6636962ce7d9d2ad1162994f6344525c.tar.gz |
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>
Diffstat (limited to 'x11-fonts/webfonts')
-rw-r--r-- | x11-fonts/webfonts/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/x11-fonts/webfonts/Makefile b/x11-fonts/webfonts/Makefile index e9a2164..fb90e50 100644 --- a/x11-fonts/webfonts/Makefile +++ b/x11-fonts/webfonts/Makefile @@ -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> |