diff options
Diffstat (limited to 'x11-fonts')
-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 e9a2164016e5..fb90e50652e7 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> |