aboutsummaryrefslogtreecommitdiff
path: root/databases/mergeant/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/mergeant/Makefile')
-rw-r--r--databases/mergeant/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/mergeant/Makefile b/databases/mergeant/Makefile
index 9f0ad88392f6..70426d0cfd5d 100644
--- a/databases/mergeant/Makefile
+++ b/databases/mergeant/Makefile
@@ -25,7 +25,7 @@ GNU_CONFIGURE= yes
INSTALLS_OMF= yes
INSTALLS_ICONS= yes
USE_LDCONFIG= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>