Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jul 2014 23:53:28 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r363526 - head/games/xqf
Message-ID:  <201407302353.s6UNrSVZ017647@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Wed Jul 30 23:53:28 2014
New Revision: 363526
URL: http://svnweb.freebsd.org/changeset/ports/363526
QAT: https://qat.redports.org/buildarchive/r363526/

Log:
  No need for bsd.port.options.mk here.

Modified:
  head/games/xqf/Makefile

Modified: head/games/xqf/Makefile
==============================================================================
--- head/games/xqf/Makefile	Wed Jul 30 23:41:55 2014	(r363525)
+++ head/games/xqf/Makefile	Wed Jul 30 23:53:28 2014	(r363526)
@@ -5,7 +5,7 @@ PORTNAME=	xqf
 PORTVERSION=	1.0.5
 PORTREVISION=	8
 CATEGORIES=	games
-MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
+MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${DISTNAME}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Server browser for many popular 3D action games
@@ -27,20 +27,16 @@ OPTIONS_DEFINE=	GTK2 GEOIP BZIP2 DOCS
 OPTIONS_DEFAULT=GTK2 GEOIP BZIP2
 
 GTK2_USE=		GNOME=gtk20
+GTK2_USE_OFF=		GNOME=gdkpixbuf
 GTK2_CONFIGURE_ENABLE=	gtk2
 
 GEOIP_CONFIGURE_ENABLE=	geoip
 GEOIP_LIB_DEPENDS=	libGeoIP.so:${PORTSDIR}/net/GeoIP
-BZIP2_CONFIGURE_ENABLE=	bzip2
-
-.include <bsd.port.options.mk>
 
-.if ! ${PORT_OPTIONS:MGTK2}
-USE_GNOME+=	gdkpixbuf
-.endif
+BZIP2_CONFIGURE_ENABLE=	bzip2
 
 post-install:
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/docs/xqfdocs.html ${STAGEDIR}${DOCSDIR}/
+	${INSTALL_DATA} ${WRKSRC}/docs/xqfdocs.html ${STAGEDIR}${DOCSDIR}
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407302353.s6UNrSVZ017647>