diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-05-06 21:53:56 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-05-06 21:53:56 +0000 |
commit | d7db367c6131129e117103aeff0b77d00d91b6f5 (patch) | |
tree | c77ef49c77fb92ea5e0aafdf0b77ec25b482da81 /print/pslib | |
parent | Fix failure when testing ncurses with pkg_install (diff) |
Remove USE_GETTEXT leftover.
Approved by: portmgr (bapt)
Diffstat (limited to 'print/pslib')
-rw-r--r-- | print/pslib/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/print/pslib/Makefile b/print/pslib/Makefile index ca2ff4149300..3440f4c2ca60 100644 --- a/print/pslib/Makefile +++ b/print/pslib/Makefile @@ -47,7 +47,6 @@ CONFIGURE_ENV+= ac_cv_prog_DOC_TO_MAN="" .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes PLIST_SUB+= NLS="" .else CONFIGURE_ENV+= ac_cv_header_libintl_h=no |