1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

Fix omitted dot. Oops.

Submitted by:	FreshPorts Sanity Daemon <FreshPorts@FreshPorts.org>
This commit is contained in:
CHOI Junho 2004-12-04 17:57:15 +00:00
parent c043fe7cb8
commit 92c4cea180
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123114

View File

@ -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