aboutsummaryrefslogtreecommitdiff
path: root/x11-drivers
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2010-01-15 18:41:09 +0000
committerErwin Lansing <erwin@FreeBSD.org>2010-01-15 18:41:09 +0000
commitdb9cd726d26833c3c33e337c2305ed7cee0be8c7 (patch)
treea16300c25caeb5f052653057d287df6a5524a6b1 /x11-drivers
parenta3e58a13ad18cce68dc266a74552481857e6ec87 (diff)
downloadports-db9cd726d26833c3c33e337c2305ed7cee0be8c7.tar.gz
ports-db9cd726d26833c3c33e337c2305ed7cee0be8c7.zip
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
Notes
Notes: svn path=/head/; revision=247954
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/input-wacom/Makefile4
1 files changed, 3 insertions, 1 deletions
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 <bsd.port.pre.mk>
+
.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 <bsd.port.mk>
+.include <bsd.port.post.mk>