diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-06-09 15:33:28 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-06-09 15:33:28 +0000 |
commit | 33e3d901d4375c73d7a95b6894c0022d6be7eb95 (patch) | |
tree | 34bbfd02d2930c7d48865fddb99f6e755da7b857 /x11-fonts | |
parent | 842d1150059240d52d41ca8332c4895bd037e0a9 (diff) | |
download | ports-33e3d901d4375c73d7a95b6894c0022d6be7eb95.tar.gz ports-33e3d901d4375c73d7a95b6894c0022d6be7eb95.zip |
Notes
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/jmk-x11-fonts/Makefile | 2 | ||||
-rw-r--r-- | x11-fonts/nexfontsel/Makefile | 3 | ||||
-rw-r--r-- | x11-fonts/sgifonts/Makefile | 2 | ||||
-rw-r--r-- | x11-fonts/xfed/Makefile | 3 |
4 files changed, 6 insertions, 4 deletions
diff --git a/x11-fonts/jmk-x11-fonts/Makefile b/x11-fonts/jmk-x11-fonts/Makefile index 0e636b496097..10a9594c2fc3 100644 --- a/x11-fonts/jmk-x11-fonts/Makefile +++ b/x11-fonts/jmk-x11-fonts/Makefile @@ -7,7 +7,7 @@ PORTNAME= jmk-x11-fonts PORTVERSION= 3.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-fonts MASTER_SITES= http://www.jmknoble.net/fonts/ diff --git a/x11-fonts/nexfontsel/Makefile b/x11-fonts/nexfontsel/Makefile index 0c72aa28ebd7..d5c2ab976e90 100644 --- a/x11-fonts/nexfontsel/Makefile +++ b/x11-fonts/nexfontsel/Makefile @@ -7,7 +7,7 @@ PORTNAME= nexfontsel PORTVERSION= 3.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-fonts MASTER_SITES= http://www.netlab.is.tsukuba.ac.jp/~yokota/archive/ \ ${MASTER_SITE_LOCAL} @@ -20,6 +20,7 @@ COMMENT= A neXtaw based replacement for xfontsel LIB_DEPENDS= neXtaw:${PORTSDIR}/x11-toolkits/neXtaw USE_IMAKE= yes +USE_XORG= xaw MAN1= nexfontsel.1 diff --git a/x11-fonts/sgifonts/Makefile b/x11-fonts/sgifonts/Makefile index 05b909496d29..d4019d3a1675 100644 --- a/x11-fonts/sgifonts/Makefile +++ b/x11-fonts/sgifonts/Makefile @@ -7,7 +7,7 @@ PORTNAME= sgifonts PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-fonts MASTER_SITES= ftp://patches-europe.sgi.com/pub/linux/ProPack1.4/SRPMS/ \ ftp://ftp.rediris.es/sites/patches-europe.sgi.com/pub/linux/ProPack1.4/SRPMS/ diff --git a/x11-fonts/xfed/Makefile b/x11-fonts/xfed/Makefile index 3affec02d27a..44951806b5ee 100644 --- a/x11-fonts/xfed/Makefile +++ b/x11-fonts/xfed/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfed PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-fonts MASTER_SITES= http://freebsd.unixfreunde.de/sources/ \ http://mirror2.unixfreunde.de/ @@ -18,6 +18,7 @@ COMMENT= A program that will let you edit X fonts (.bdf files) IGNOREFILES= ${DISTFILES} USE_IMAKE= yes +USE_XORG= x11 xext MAKE_FLAGS= MANDIR=${PREFIX}/man/man1 BINDIR=${PREFIX}/bin -f WRKSRC= ${WRKDIR}/xfed MAN1= xfed.1 |