aboutsummaryrefslogtreecommitdiffstats
path: root/print/virtualpaper
diff options
context:
space:
mode:
authortmm <tmm@FreeBSD.org>2002-10-31 02:51:10 +0800
committertmm <tmm@FreeBSD.org>2002-10-31 02:51:10 +0800
commit2e43a4e015e1aa03115ed7b503030aab622eee8e (patch)
treed01a3317b0e6358f6416297bf4d4e69c4d9bc066 /print/virtualpaper
parent21e29eb7dcc43264b1650da10c7b667c58674a22 (diff)
downloadfreebsd-ports-gnome-2e43a4e015e1aa03115ed7b503030aab622eee8e.tar.gz
freebsd-ports-gnome-2e43a4e015e1aa03115ed7b503030aab622eee8e.tar.zst
freebsd-ports-gnome-2e43a4e015e1aa03115ed7b503030aab622eee8e.zip
Fix a construct that causes make errors on platforms that are not
supported by these ports. This fixes 'make readmes' for them on sparc64 (and by that, release building without NOPORTS). Approved by: jdp
Diffstat (limited to 'print/virtualpaper')
-rw-r--r--print/virtualpaper/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/print/virtualpaper/Makefile b/print/virtualpaper/Makefile
index 805d4f20ce42..47c3aa4e3c6d 100644
--- a/print/virtualpaper/Makefile
+++ b/print/virtualpaper/Makefile
@@ -68,7 +68,7 @@ TARGETDIR= fbsd-alpha
WORDSIZE= 64
.endif
-.if empty(TARGET)
+.if !defined(TARGET)
pre-fetch:
@${ECHO_MSG} "Cannot determine M3 target for this architecture"
@${FALSE}