diff options
author | linimon <linimon@FreeBSD.org> | 2010-12-17 11:54:54 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2010-12-17 11:54:54 +0800 |
commit | 851be1a85b0228b481c190bb1b2366cf593d132b (patch) | |
tree | 1f9eba928b592c0fbe17021027846f6229fcb452 /sysutils | |
parent | 6457ad2d7b0a6b87bc9c53b84cd870d9385a0a24 (diff) | |
download | freebsd-ports-gnome-851be1a85b0228b481c190bb1b2366cf593d132b.tar.gz freebsd-ports-gnome-851be1a85b0228b481c190bb1b2366cf593d132b.tar.zst freebsd-ports-gnome-851be1a85b0228b481c190bb1b2366cf593d132b.zip |
Use the $SRC_BASE Makevar instead of hard-coding.
Approved by: maintainer
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/biosfont/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/biosfont/Makefile b/sysutils/biosfont/Makefile index d0c94c7b722e..ab240c680347 100644 --- a/sysutils/biosfont/Makefile +++ b/sysutils/biosfont/Makefile @@ -27,7 +27,7 @@ MAKE_ENV+= KMODDIR=${KMODDIR} .include <bsd.port.pre.mk> -.if !exists(/usr/src/sys/Makefile) +.if !exists(${SRC_BASE}/sys/Makefile) IGNORE= requires kernel source files .endif |