From 8eba17b191d39d8f6eafad82c33fe5e46231b0c7 Mon Sep 17 00:00:00 2001 From: erwin Date: Fri, 15 Jan 2010 18:41:09 +0000 Subject: Fix the bsd.port.(pre|post).mk inclusion that was incorrectly removed in the previous revision and breaks INDEX Submitted by: itetcu Pointyhat to: pgollucci --- x11-drivers/input-wacom/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/x11-drivers/input-wacom/Makefile b/x11-drivers/input-wacom/Makefile index d2a119458468..df1342aa9f52 100644 --- a/x11-drivers/input-wacom/Makefile +++ b/x11-drivers/input-wacom/Makefile @@ -44,6 +44,8 @@ BSDWACOM= bsdwacom-${KLD_VERSION} WACOM_VERSION= 0.8.2-2 KLD_VERSION= 40 +.include + .if ${OSVERSION} >= 800064 OPTIONS= UWACOMKLD "Install USB kernel module (not supported on 8.x)" Off .else @@ -115,4 +117,4 @@ post-install: @${ECHO} "===> Displaying pkg-message." @${CAT} ${PKGMESSAGE} -.include +.include -- cgit