diff options
Diffstat (limited to 'x11-wm/beryl-manager/Makefile')
-rw-r--r-- | x11-wm/beryl-manager/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/beryl-manager/Makefile b/x11-wm/beryl-manager/Makefile index d69a6b98967b..c40b3d5531c6 100644 --- a/x11-wm/beryl-manager/Makefile +++ b/x11-wm/beryl-manager/Makefile @@ -25,8 +25,8 @@ USE_GNOME= glib20 gtk20 INSTALLS_ICONS= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" MAN1= beryl-manager.1 |