diff options
Diffstat (limited to 'x11-toolkits/gtkunique')
-rw-r--r-- | x11-toolkits/gtkunique/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/gtkunique/Makefile b/x11-toolkits/gtkunique/Makefile index e5a8be070dfd..b6fd4f345015 100644 --- a/x11-toolkits/gtkunique/Makefile +++ b/x11-toolkits/gtkunique/Makefile @@ -21,7 +21,8 @@ USE_GETTEXT= yes USE_GNOME= gtk20 ltverhack USE_LDCONFIG= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib OPTIONS= DBUS "D-Bus backend" on |