summaryrefslogtreecommitdiff
path: root/comms/anyremote/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'comms/anyremote/Makefile')
-rw-r--r--comms/anyremote/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/anyremote/Makefile b/comms/anyremote/Makefile
index 33fe1d9e3a88..07b1b0ce9ff4 100644
--- a/comms/anyremote/Makefile
+++ b/comms/anyremote/Makefile
@@ -15,8 +15,8 @@ COMMENT= Remote control service over Bluetooth, infrared or tcp/ip networking
USE_GNOME= glib20
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
LICENSE= GPLv2