summaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorzeising <zeising@058c260c-8361-11dd-a0ac-aa2bafec7d09>2013-05-04 05:44:22 +0800
committerzeising <zeising@058c260c-8361-11dd-a0ac-aa2bafec7d09>2013-05-04 05:44:22 +0800
commitdcf2f1c022f02c95c6fc8bebd54e1da49c04f410 (patch)
tree1e7d1a3f5004d2d2a86583b39da8d5cbaaeb343e /Mk
parent68b305f3f5f6016deac31d14373b12a3a1e4b234 (diff)
downloadxorg-devel-ports-dcf2f1c022f02c95c6fc8bebd54e1da49c04f410.tar
xorg-devel-ports-dcf2f1c022f02c95c6fc8bebd54e1da49c04f410.tar.gz
xorg-devel-ports-dcf2f1c022f02c95c6fc8bebd54e1da49c04f410.tar.bz2
xorg-devel-ports-dcf2f1c022f02c95c6fc8bebd54e1da49c04f410.tar.lz
xorg-devel-ports-dcf2f1c022f02c95c6fc8bebd54e1da49c04f410.tar.xz
xorg-devel-ports-dcf2f1c022f02c95c6fc8bebd54e1da49c04f410.tar.zst
xorg-devel-ports-dcf2f1c022f02c95c6fc8bebd54e1da49c04f410.zip
Remove accidental stuff that crept in in r857.
git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@860 058c260c-8361-11dd-a0ac-aa2bafec7d09
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.port.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index d588711..b084360 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -1216,7 +1216,7 @@ OSVERSION!= ${SYSCTL} -n kern.osreldate
.if ${OSVERSION} >= 1000017
.if !defined(WITHOUT_PKGNG)
-WITH_PKGNG?= yes
+WITH_PKGNG= yes
.else
.undef WITH_PKGNG
.endif