From 312f708f3dd424d006051aa86e530882f287e1df Mon Sep 17 00:00:00 2001 From: miwi Date: Mon, 24 Mar 2008 17:02:27 +0000 Subject: - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Bump PORTREVISION Approved by: portmgr (xorg cleanup) --- games/0verkill/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games/0verkill') diff --git a/games/0verkill/Makefile b/games/0verkill/Makefile index 06676bffceb1..9c3917496b0e 100644 --- a/games/0verkill/Makefile +++ b/games/0verkill/Makefile @@ -20,7 +20,7 @@ GNU_CONFIGURE= yes .if defined(WITHOUT_X11) PLIST_SUB= X11="@comment " .else -USE_XPM= yes +USE_XORG= xpm CONFIGURE_ARGS+= --with-x PLIST_SUB= X11="" .endif -- cgit