diff options
-rw-r--r-- | games/crossfire-server/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/crossfire-server/Makefile b/games/crossfire-server/Makefile index ec850aebd5bc..e1bfe83f3c3f 100644 --- a/games/crossfire-server/Makefile +++ b/games/crossfire-server/Makefile @@ -28,8 +28,8 @@ USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" +LDFLAGS+= -L${LOCALBASE}/lib -L${X11BASE}/lib MAN6= crossfire.6 crossedit.6 |