diff options
Diffstat (limited to 'usr.bin/calendar/Makefile')
-rw-r--r-- | usr.bin/calendar/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.bin/calendar/Makefile b/usr.bin/calendar/Makefile index 81401f57b8ee..2a51b3319a39 100644 --- a/usr.bin/calendar/Makefile +++ b/usr.bin/calendar/Makefile @@ -13,6 +13,10 @@ INTER= de_AT.ISO_8859-15 de_DE.ISO8859-1 fr_FR.ISO8859-1 \ DE_LINKS= de_DE.ISO8859-15 FR_LINKS= fr_FR.ISO8859-15 +.if ${MK_ICONV} == "yes" +CFLAGS+= -DWITH_ICONV +.endif + FILESGROUPS+= CALS CALS= calendars/calendar.all \ calendars/calendar.australia \ |