diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2008-03-10 19:23:41 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2008-03-10 19:23:41 +0000 |
commit | d4cffca966dbe835e1da2f29885be1c93c245343 (patch) | |
tree | 9ff824c4f52a93dca735d4ea9fbe074af5b7781b /x11-fonts | |
parent | d95b9e524bd4c4b4d1c528e8eab0c61bcd9d80cf (diff) |
Notes
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/mozilla-fonts/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11-fonts/mozilla-fonts/Makefile b/x11-fonts/mozilla-fonts/Makefile index fc2821ec3b9c..f547990f485a 100644 --- a/x11-fonts/mozilla-fonts/Makefile +++ b/x11-fonts/mozilla-fonts/Makefile @@ -7,16 +7,14 @@ PORTNAME= mozilla-fonts PORTVERSION= 1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-fonts www MASTER_SITES= http://www.happygiraffe.net/dist/ MAINTAINER= ports@FreeBSD.org COMMENT= Web fonts for Netscape/Mozilla -BUILD_DEPENDS= bdftopcf:${X_CLIENTS_PORT} - -USE_X_PREFIX= true +BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf .include <bsd.port.pre.mk> |