aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2010-01-16 02:41:09 +0800
committererwin <erwin@FreeBSD.org>2010-01-16 02:41:09 +0800
commit8eba17b191d39d8f6eafad82c33fe5e46231b0c7 (patch)
tree10fd3ca0542fcbde3cacdde264903db07fbc4c84
parent2652cd24fd0237da1c6b94c65dec475f136ed616 (diff)
downloadfreebsd-ports-gnome-8eba17b191d39d8f6eafad82c33fe5e46231b0c7.tar.gz
freebsd-ports-gnome-8eba17b191d39d8f6eafad82c33fe5e46231b0c7.tar.zst
freebsd-ports-gnome-8eba17b191d39d8f6eafad82c33fe5e46231b0c7.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
-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>