diff options
author | anray <anray@FreeBSD.org> | 2006-01-19 19:12:06 +0800 |
---|---|---|
committer | anray <anray@FreeBSD.org> | 2006-01-19 19:12:06 +0800 |
commit | 4666e73bed752868b548f782f8219ebe59ccd7bf (patch) | |
tree | c32d4c58e0446e9a4975c1c54e9d65bf7d05f81f /textproc | |
parent | 415087650c2ed72cfbcc7b3c5c05882f75f43b2f (diff) | |
download | freebsd-ports-gnome-4666e73bed752868b548f782f8219ebe59ccd7bf.tar.gz freebsd-ports-gnome-4666e73bed752868b548f782f8219ebe59ccd7bf.tar.zst freebsd-ports-gnome-4666e73bed752868b548f782f8219ebe59ccd7bf.zip |
Fix build problem of textproc/words introduced by the recent gnat update.
PR: ports/91950
Submitted by: Leland Wang (maintainer)
Diffstat (limited to 'textproc')
-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 |