diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-26 16:39:14 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-26 16:39:14 +0000 |
commit | bc62127a69294fd3340ea793685953d98ff835dc (patch) | |
tree | d124c4d6f965d5152806ebfbf40e1b5a25860ddb /editors/lazarus | |
parent | e8dd5f52410bdf2a989023706699373d47296008 (diff) |
Notes
Diffstat (limited to 'editors/lazarus')
-rw-r--r-- | editors/lazarus/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/lazarus/Makefile b/editors/lazarus/Makefile index da6b8bb2322d..daa71f6dac4a 100644 --- a/editors/lazarus/Makefile +++ b/editors/lazarus/Makefile @@ -44,7 +44,7 @@ QT4_DESC= Use qt4 interface OPTIONS_DEFAULT= GTK2 .endif -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> .if ${ARCH} == "i386" LAZARUS_ARCH= i386 @@ -64,7 +64,7 @@ RUN_DEPENDS+= fpcres:${PORTSDIR}/lang/fpc-utils \ ${LCL_UNITS_DIR}/nogui/interfaces.ppu:${PORTSDIR}/editors/lazarus-lcl-nogui USE_ICONV= yes -USE_GETTEXT= yes +USES+= gettext MAN1= lazarus-ide.1 lazbuild.1 startlazarus.1 SUB_FILES= pkg-message @@ -196,4 +196,4 @@ post-install: .include "${MASTERDIR}/Makefile.common" .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |