diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-08-05 21:53:45 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-08-05 21:53:45 +0000 |
| commit | c2140e4024d1e6c4cde24ee1b5bef951253b866d (patch) | |
| tree | 5d6eafc9cf4141179eabe4b51bfa4bf4f5ad0060 | |
| parent | - make NLS support optional (diff) | |
Remove useless inclusion of <bsd.port.options.mk> not needed with using helpers
Notes
Notes:
svn path=/head/; revision=364142
| -rw-r--r-- | editors/poedit/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editors/poedit/Makefile b/editors/poedit/Makefile index eceb18ee2a77..2089156da5cd 100644 --- a/editors/poedit/Makefile +++ b/editors/poedit/Makefile @@ -32,8 +32,6 @@ LDFLAGS+= -L${BDB_LIB_DIR} -L${LOCALBASE}/lib ${PTHREAD_LIBS} OPTIONS_DEFINE= NLS OPTIONS_SUB=yes -.include <bsd.port.options.mk> - NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls |
