diff options
author | gahr <gahr@FreeBSD.org> | 2008-03-11 03:23:41 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2008-03-11 03:23:41 +0800 |
commit | ea5d3b30d541e0cac18afb036555c1188f269bc1 (patch) | |
tree | bc98b1a24b04a13f5dd1d0dad1a1ce4694389099 /x11-fonts/mozilla-fonts | |
parent | 00755f6f632b8822968d712a58db8782bc1892a1 (diff) | |
download | freebsd-ports-gnome-ea5d3b30d541e0cac18afb036555c1188f269bc1.tar.gz freebsd-ports-gnome-ea5d3b30d541e0cac18afb036555c1188f269bc1.tar.zst freebsd-ports-gnome-ea5d3b30d541e0cac18afb036555c1188f269bc1.zip |
- Remove dependency on X_CLIENTS_PORT
- Remove useless USE_X_PREFIX variable
Approved by: miwi (mentor)
Diffstat (limited to 'x11-fonts/mozilla-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> |