diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 16:44:09 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 16:44:09 +0000 |
commit | 5afc678aac11dcb929706121d1fec2707a1e8e54 (patch) | |
tree | 89d39d526223ba8929324fc0ca33a08f06f5f7ae /print/fontforge | |
parent | dd9602c2a3e0aa86e76d2db30cf6349888702517 (diff) | |
download | ports-5afc678aac11dcb929706121d1fec2707a1e8e54.tar.gz ports-5afc678aac11dcb929706121d1fec2707a1e8e54.zip |
- 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=209636
Diffstat (limited to 'print/fontforge')
-rw-r--r-- | print/fontforge/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/fontforge/Makefile b/print/fontforge/Makefile index 9d7747c71840..8e52ea94a14c 100644 --- a/print/fontforge/Makefile +++ b/print/fontforge/Makefile @@ -7,6 +7,7 @@ PORTNAME= fontforge PORTVERSION= 20080309 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= SF DISTFILES= ${EXTRACT_ONLY} ${DOCFILES} @@ -39,9 +40,9 @@ DOCFILES= ${PORTNAME}_htdocs-${DOC_VERSION}.tar.bz2 USE_BZIP2= yes USE_GETTEXT= yes +USE_XORG= x11 USE_GMAKE= yes USE_ICONV= yes -USE_XLIB= yes PATCH_STRIP= -l .if !defined(FONTFORGE_NO_MULTILAYER) |