diff options
author | bapt <bapt@FreeBSD.org> | 2014-08-06 05:53:45 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-08-06 05:53:45 +0800 |
commit | f2d49b3516a48dd026dbb779f42e185473d642bf (patch) | |
tree | 5d6eafc9cf4141179eabe4b51bfa4bf4f5ad0060 /editors | |
parent | 6595bdcf4d801351250a0182841cbe0b82afb9ef (diff) | |
download | freebsd-ports-gnome-f2d49b3516a48dd026dbb779f42e185473d642bf.tar.gz freebsd-ports-gnome-f2d49b3516a48dd026dbb779f42e185473d642bf.tar.zst freebsd-ports-gnome-f2d49b3516a48dd026dbb779f42e185473d642bf.zip |
Remove useless inclusion of <bsd.port.options.mk> not needed with using helpers
Diffstat (limited to 'editors')
-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 |