diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2010-01-15 18:41:09 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2010-01-15 18:41:09 +0000 |
commit | db9cd726d26833c3c33e337c2305ed7cee0be8c7 (patch) | |
tree | a16300c25caeb5f052653057d287df6a5524a6b1 /x11-drivers | |
parent | a3e58a13ad18cce68dc266a74552481857e6ec87 (diff) | |
download | ports-db9cd726d26833c3c33e337c2305ed7cee0be8c7.tar.gz ports-db9cd726d26833c3c33e337c2305ed7cee0be8c7.zip |
Notes
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/input-wacom/Makefile | 4 |
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> |