summaryrefslogtreecommitdiff
path: root/databases/clip/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/clip/Makefile')
-rw-r--r--databases/clip/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/clip/Makefile b/databases/clip/Makefile
index f55d312cdb58..af291e56d14e 100644
--- a/databases/clip/Makefile
+++ b/databases/clip/Makefile
@@ -37,8 +37,8 @@ USE_XORG+= x11 xau ice xproto xmu xpm
WANT_GNOME= yes
SUB_FILES= pkg-message
PKGMESSAGE= ${WRKDIR}/pkg-message
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
OPTIONS= IODBC "iODBC support" on \
UNIXODBC "unixODBC support (not with iODBC)" off \