diff options
-rw-r--r-- | textproc/words/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/textproc/words/Makefile b/textproc/words/Makefile index f874ddae6b51..7fde073c28d5 100644 --- a/textproc/words/Makefile +++ b/textproc/words/Makefile @@ -17,14 +17,6 @@ MAINTAINER= llwang@infor.org COMMENT= A Latin-English Dictionary Program BUILD_DEPENDS= gnatmake:${PORTSDIR}/lang/gnat -.if defined(PACKAGE_BUILDING) -STATIC= yes -.endif -.if defined(STATIC) -GNATLINK_ARGS= -largs -static -.else -LIB_DEPENDS= gnat-3.15.1:${PORTSDIR}/lang/gnat -.endif USE_ZIP= yes USE_REINPLACE= yes |