diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2006-09-21 19:55:34 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2006-09-21 19:55:34 +0000 |
commit | ca597518393bec9af0b0e2ed0a9031591f5e0bf8 (patch) | |
tree | 9a32a2214512e1fa5957ba054d58437017f1c2f5 | |
parent | 29748247354c89a502b7651a0e90fa8f4f053f1a (diff) | |
download | ports-ca597518393bec9af0b0e2ed0a9031591f5e0bf8.tar.gz ports-ca597518393bec9af0b0e2ed0a9031591f5e0bf8.zip |
Notes
-rw-r--r-- | emulators/hercules/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/hercules/Makefile b/emulators/hercules/Makefile index b2233369d456..c3f87f1dc78e 100644 --- a/emulators/hercules/Makefile +++ b/emulators/hercules/Makefile @@ -54,6 +54,7 @@ CONFIGURE_ARGS+= --disable-fthreads CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= GETTEXT="@comment " .else +CONFIGURE_ARGS+= --with-libintl-prefix=${LOCALBASE} USE_GETTEXT= yes PLIST_SUB+= GETTEXT="" .endif |