aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fonts/gfe/Makefile
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-03-26 06:44:48 +0800
committermiwi <miwi@FreeBSD.org>2008-03-26 06:44:48 +0800
commit7b56c40b952a22521dd35f39e00fcfbb408463b5 (patch)
tree222501a00a140e899e2e4288740c3089e3cf5b18 /x11-fonts/gfe/Makefile
parent6939c2c931da3bc739154509bd6d2fc1c519f3b6 (diff)
downloadfreebsd-ports-gnome-7b56c40b952a22521dd35f39e00fcfbb408463b5.tar.gz
freebsd-ports-gnome-7b56c40b952a22521dd35f39e00fcfbb408463b5.tar.zst
freebsd-ports-gnome-7b56c40b952a22521dd35f39e00fcfbb408463b5.zip
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION Approved by: portmgr (xorg cleanup)
Diffstat (limited to 'x11-fonts/gfe/Makefile')
-rw-r--r--x11-fonts/gfe/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-fonts/gfe/Makefile b/x11-fonts/gfe/Makefile
index 14e46cbd464e..335de36c6106 100644
--- a/x11-fonts/gfe/Makefile
+++ b/x11-fonts/gfe/Makefile
@@ -18,6 +18,6 @@ COMMENT= GTK+-based .bdf font editor for X
GNU_CONFIGURE= yes
PLIST_FILES= bin/gfe
USE_GNOME= gtk12
-USE_XPM= yes
+USE_XORG= xpm
.include <bsd.port.mk>