diff options
Diffstat (limited to 'games/qgo/Makefile')
-rw-r--r-- | games/qgo/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games/qgo/Makefile b/games/qgo/Makefile index 3b345f8c5b9e..5694a89e3b3b 100644 --- a/games/qgo/Makefile +++ b/games/qgo/Makefile @@ -7,18 +7,17 @@ # PORTNAME= qgo -PORTVERSION= 0.0.8 +PORTVERSION= 0.0.11 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt - USE_QT_VER= 2 GNU_CONFIGURE= yes -CONFIGURE_ENV= QTDIR=${X11BASE} LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt" +QTCPPFLAGS+= -DDONT_USE_GETOPT +CONFIGURE_ENV= QTDIR=${X11BASE} USE_GMAKE= yes post-patch: |