diff options
Diffstat (limited to 'x11/alltray/Makefile')
-rw-r--r-- | x11/alltray/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/alltray/Makefile b/x11/alltray/Makefile index 0fff26346ae8..6dcb0bbd7f97 100644 --- a/x11/alltray/Makefile +++ b/x11/alltray/Makefile @@ -17,7 +17,8 @@ COMMENT= Dock any application with no native tray icon USE_GNOME= gtk20 GNU_CONFIGURE= yes USE_LDCONFIG= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib MAN1= alltray.1 |