diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-24 00:44:09 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-24 00:44:09 +0800 |
commit | e7a3b40f2f2727f2aa489686379d24ef713d42b6 (patch) | |
tree | 83b98a8e9d6b20e333967850c6ae011cc66dd5bc /print/fontforge | |
parent | 652b5f2ab695eee5d807552834f0b56e9bc4449d (diff) | |
download | freebsd-ports-gnome-e7a3b40f2f2727f2aa489686379d24ef713d42b6.tar.gz freebsd-ports-gnome-e7a3b40f2f2727f2aa489686379d24ef713d42b6.tar.zst freebsd-ports-gnome-e7a3b40f2f2727f2aa489686379d24ef713d42b6.zip |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
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) |