diff options
Diffstat (limited to 'net/grdesktop/Makefile')
-rw-r--r-- | net/grdesktop/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/grdesktop/Makefile b/net/grdesktop/Makefile index 611a351cce3f..7b7c2c2c6a87 100644 --- a/net/grdesktop/Makefile +++ b/net/grdesktop/Makefile @@ -22,7 +22,8 @@ USE_GMAKE= yes USE_GNOME= libgnomeui gnomeprefix gnomehack GCONF_SCHEMAS= grdesktop.schemas INSTALLS_OMF= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --with-keymap-path=${LOCALBASE}/share/rdesktop/keymaps MAN1= grdesktop.1 |