diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-01-27 02:31:21 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-01-27 02:31:21 +0000 |
commit | 82a5fb0cb2180f95b7a150d13705723f691c66a3 (patch) | |
tree | ec710358dd804b878a88383626e1b34aac15ba7a | |
parent | Sort www.gtlib.cc.gatech.edu further down away from the top in (diff) |
fix build on -stable
Noted by: bento via kris
-rw-r--r-- | www/bk_edit/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/bk_edit/Makefile b/www/bk_edit/Makefile index 0bf6fe7c9ef4..1fb541554882 100644 --- a/www/bk_edit/Makefile +++ b/www/bk_edit/Makefile @@ -18,5 +18,6 @@ USE_BISON= yes USE_GETOPT_LONG= yes USE_GNOME= gtk12 libxml2 HAS_CONFIGURE= yes +MAKE_ENV= LDFLAGS="${LDFLAGS}" .include <bsd.port.mk> |