diff options
Diffstat (limited to 'games/qgo/Makefile')
-rw-r--r-- | games/qgo/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/games/qgo/Makefile b/games/qgo/Makefile index cc66d93bb3da..2dd93e204117 100644 --- a/games/qgo/Makefile +++ b/games/qgo/Makefile @@ -7,21 +7,21 @@ # PORTNAME= qgo -PORTVERSION= 1.5.4 +PORTVERSION= 1.5.4.2 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF +DISTNAME= ${PORTNAME}-${PORTVERSION:R}-r${PORTVERSION:E} MAINTAINER= ports@FreeBSD.org COMMENT= A Go board and SGF editor written with the Qt library +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} + USE_QT_VER= 3 USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include -MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOHEADER="${TRUE}" \ - AUTOMAKE="${TRUE}" post-patch: @${REINPLACE_CMD} -e \ |