diff options
Diffstat (limited to 'games/xqf/Makefile')
-rw-r--r-- | games/xqf/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/xqf/Makefile b/games/xqf/Makefile index 31fb8ad1a10c..23b088b28e1f 100644 --- a/games/xqf/Makefile +++ b/games/xqf/Makefile @@ -16,10 +16,9 @@ USE_GNOME= intlhack USES= gettext gmake pkgconfig USE_XORG= x11 GNU_CONFIGURE= yes -CONFIGURE_ENV= LIBS="-lX11" # uses XGetWindowAttributes but doesn't link with X11 CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +LIBS+= -L${LOCALBASE}/lib -lX11 PORTDATA= * PORTDOCS= * |