diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2012-05-22 16:10:34 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2012-05-22 16:10:34 +0000 |
commit | 6a6b4fafaf7abde1da881c449979bfe2f56e17d6 (patch) | |
tree | f71def2f4ca1002effb7519457373fa615250d5d | |
parent | 06d2ac1b3e0bef4f7f6264ff0cca53e41752de51 (diff) |
Notes
-rw-r--r-- | graphics/kix-kmod/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/kix-kmod/Makefile b/graphics/kix-kmod/Makefile index d4aca2e657d0..0de7eb0f06b2 100644 --- a/graphics/kix-kmod/Makefile +++ b/graphics/kix-kmod/Makefile @@ -16,6 +16,8 @@ PKGNAMESUFFIX= -kmod MAINTAINER= jon@witchspace.com COMMENT= A graphical screensaver kernel module +.include <bsd.port.pre.mk> + SYSDIR?= ${SRC_BASE}/sys .if !exists(${SYSDIR}/dev/syscons/syscons.h) IGNORE= requires kernel source (in ${SYSDIR}) to build @@ -30,4 +32,4 @@ do-install: post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |