diff options
author | cjh <cjh@FreeBSD.org> | 2004-12-05 01:57:15 +0800 |
---|---|---|
committer | cjh <cjh@FreeBSD.org> | 2004-12-05 01:57:15 +0800 |
commit | 6662eb98598b5ed91642376268586a9231aea67e (patch) | |
tree | 3153d6a06a881bd21846248ab21548b44fa51fd3 /korean | |
parent | b555a8785e41a427e6476be67093e2271631a172 (diff) | |
download | freebsd-ports-graphics-6662eb98598b5ed91642376268586a9231aea67e.tar.gz freebsd-ports-graphics-6662eb98598b5ed91642376268586a9231aea67e.tar.zst freebsd-ports-graphics-6662eb98598b5ed91642376268586a9231aea67e.zip |
Fix omitted dot. Oops.
Submitted by: FreshPorts Sanity Daemon <FreshPorts@FreshPorts.org>
Diffstat (limited to 'korean')
-rw-r--r-- | korean/uniksc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korean/uniksc/Makefile b/korean/uniksc/Makefile index 2d8c78f671a..a3b9fec6047 100644 --- a/korean/uniksc/Makefile +++ b/korean/uniksc/Makefile @@ -15,7 +15,7 @@ COMMENT= Converts data between Korean KSC-5601 and Unicode 3.0 UTF-16 INSTALLS_SHLIB= YES -if ${MACHINE_ARCH:L} == "amd64" +.if ${MACHINE_ARCH:L} == "amd64" CFLAGS+= "-fPIC" .endif |