diff options
author | nork <nork@FreeBSD.org> | 2005-10-27 11:17:19 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2005-10-27 11:17:19 +0800 |
commit | 64e32eaaa57e1cdf831c969119793da7acacfb72 (patch) | |
tree | 1e3a0082c2f28b3698e4de2760405398e5d419d2 /sysutils | |
parent | 206690d4d1bb4c8a2c33a3fba31dead2f48da453 (diff) | |
download | freebsd-ports-gnome-64e32eaaa57e1cdf831c969119793da7acacfb72.tar.gz freebsd-ports-gnome-64e32eaaa57e1cdf831c969119793da7acacfb72.tar.zst freebsd-ports-gnome-64e32eaaa57e1cdf831c969119793da7acacfb72.zip |
Unquote.
Pointed out by: kris
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/3dm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/3dm/Makefile b/sysutils/3dm/Makefile index ba872c28b774..069b64ed8109 100644 --- a/sysutils/3dm/Makefile +++ b/sysutils/3dm/Makefile @@ -22,7 +22,7 @@ USE_REINPLACE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 502010 -IGNORE= "3DM Management Utility is not supported in versions earlier than 5.2.1-RELEASE" +IGNORE= 3DM Management Utility is not supported in versions earlier than 5.2.1-RELEASE .endif ONLY_FOR_ARCHS= i386 amd64 |