From 3ca6942414d8227eea10a329f972c6ef16e12883 Mon Sep 17 00:00:00 2001 From: steve Date: Wed, 25 Jul 2001 17:55:26 +0000 Subject: Add USE_XPM to satisfy dependency on libXpm.so. --- games/kxl/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'games/kxl') diff --git a/games/kxl/Makefile b/games/kxl/Makefile index ee572956b5d..b25578fa1f3 100644 --- a/games/kxl/Makefile +++ b/games/kxl/Makefile @@ -14,6 +14,7 @@ DISTNAME= KXL-${PORTVERSION} MAINTAINER= nakai@FreeBSD.org USE_X_PREFIX= yes +USE_XPM= yes INSTALL_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \ -- cgit