diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-02-02 04:25:52 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-02-02 04:25:52 +0000 |
commit | 771caea0d36c3b910cbc7d899ebb5734f1ba49bc (patch) | |
tree | 8ddccdab429200279c09d4f5be81e145b8fa0287 /x11-fonts | |
parent | 56abf3a55f64daeccc6b50f0d469ef8aa3952393 (diff) | |
download | ports-771caea0d36c3b910cbc7d899ebb5734f1ba49bc.tar.gz ports-771caea0d36c3b910cbc7d899ebb5734f1ba49bc.zip |
Notes
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/webfonts/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11-fonts/webfonts/Makefile b/x11-fonts/webfonts/Makefile index 87719d3e8efe..e9a2164016e5 100644 --- a/x11-fonts/webfonts/Makefile +++ b/x11-fonts/webfonts/Makefile @@ -27,8 +27,6 @@ MAINTAINER= kkonstan@daemon.gr BUILD_DEPENDS= ttmkfdir:${PORTSDIR}/x11-fonts/ttmkfdir \ cabextract:${PORTSDIR}/archivers/cabextract -.include <bsd.port.pre.mk> - .if ${XFREE86_VERSION} == 3 RUN_DEPENDS= xfstt:${PORTSDIR}/x11-servers/Xfstt .endif @@ -200,4 +198,4 @@ display-message: ${CAT} ${PKGMESSAGE} ${ECHO_MSG} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |