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. --- devel/kxl/Makefile | 1 + games/kxl/Makefile | 1 + 2 files changed, 2 insertions(+) diff --git a/devel/kxl/Makefile b/devel/kxl/Makefile index ee572956b5db..b25578fa1f31 100644 --- a/devel/kxl/Makefile +++ b/devel/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" \ diff --git a/games/kxl/Makefile b/games/kxl/Makefile index ee572956b5db..b25578fa1f31 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