summaryrefslogtreecommitdiff
path: root/lang/open-cobol-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/open-cobol-devel/Makefile')
-rw-r--r--lang/open-cobol-devel/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/open-cobol-devel/Makefile b/lang/open-cobol-devel/Makefile
index 14441dcc9bb8..50d734fbd8aa 100644
--- a/lang/open-cobol-devel/Makefile
+++ b/lang/open-cobol-devel/Makefile
@@ -21,13 +21,12 @@ LATEST_LINK= open-cobol-devel
USE_BDB= yes
USE_GMAKE= yes
USE_AUTOTOOLS= libtool
-CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
USE_LDCONFIG= yes
INFO= open-cobol
-CPPFLAGS= -I${BDB_INCLUDE_DIR} -I${LOCALBASE}/include
-LDFLAGS= -L${LOCALBASE}/lib
+CPPFLAGS+= -I${BDB_INCLUDE_DIR} -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
.if defined(WITHOUT_NLS)
CONFIGURE_ARGS+= --disable-nls