diff options
Diffstat (limited to 'games/construo/Makefile')
-rw-r--r-- | games/construo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/construo/Makefile b/games/construo/Makefile index 5090d2bbb76e..3c51b12c75eb 100644 --- a/games/construo/Makefile +++ b/games/construo/Makefile @@ -7,7 +7,7 @@ PORTNAME= construo PORTVERSION= 0.2.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= construo @@ -20,7 +20,7 @@ USE_GMAKE= yes USE_XORG= sm ice x11 xext xxf86vm CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +LDFLAGS+= -L${LOCALBASE}/lib -lGLU CONFIGURE_ARGS= --bindir=${PREFIX}/bin --datadir=${DATADIR} OPTIONS= GLUT "Use glut" on |