diff options
Diffstat (limited to 'x11/xrestop')
-rw-r--r-- | x11/xrestop/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/xrestop/Makefile b/x11/xrestop/Makefile index 14cd6c293cda..b9f255461f15 100644 --- a/x11/xrestop/Makefile +++ b/x11/xrestop/Makefile @@ -20,9 +20,9 @@ USE_GNOME= pkgconfig USE_NCURSES= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include \ - LDFLAGS=-L${LOCALBASE}/lib \ - XLIBS="-L${LOCALBASE}/lib -lX11" +CONFIGURE_ENV= XLIBS="-L${LOCALBASE}/lib -lX11" +LDFLAGS+= -L${LOCALBASE}/lib +CFLAGS+= -I${LOCALBASE}/include MAN1= xrestop.1 PLIST_FILES= bin/xrestop |