diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-24 13:03:55 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-24 13:03:55 +0000 |
commit | 270a2cb06bac9deaa83a7bf518d24dd5290f1038 (patch) | |
tree | d906a1023121e31d8ba733cea9aaadba68454b16 /x11-fonts/bdfresize | |
parent | cf39093e7bc1b82429c6b399fd5ba0c35dad1c06 (diff) |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Notes
Notes:
svn path=/head/; revision=209683
Diffstat (limited to 'x11-fonts/bdfresize')
-rw-r--r-- | x11-fonts/bdfresize/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-fonts/bdfresize/Makefile b/x11-fonts/bdfresize/Makefile index 21e9f10d4103..f5347a9e3829 100644 --- a/x11-fonts/bdfresize/Makefile +++ b/x11-fonts/bdfresize/Makefile @@ -7,7 +7,7 @@ PORTNAME= bdfresize PORTVERSION= 1.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-fonts MASTER_SITES= http://openlab.ring.gr.jp/efont/dist/tools/bdfresize/ @@ -15,7 +15,6 @@ MAINTAINER= mistral@imasy.or.jp COMMENT= A tool for resizing BDF format font GNU_CONFIGURE= yes -USE_X_PREFIX= yes MAN1= bdfresize.1 PLIST_FILES= bin/bdfresize |