diff options
-rw-r--r-- | games/vamos/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/vamos/Makefile b/games/vamos/Makefile index 0931ef5b2cdd..efb6b3d9cc06 100644 --- a/games/vamos/Makefile +++ b/games/vamos/Makefile @@ -27,11 +27,10 @@ CONFIGURE_ARGS= ac_cv_lib_freeglut_glutGetModifiers=no \ --disable-unit-tests USE_LDCONFIG= yes -CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -w +CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} INFO= vamos - PORTDOCS= * DOCSRCDIR1= ${WRKSRC} |