aboutsummaryrefslogtreecommitdiff
path: root/games/xqf/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2013-07-12 15:01:45 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2013-07-12 15:01:45 +0000
commitdaffe00d4a57c0ef6a21947a8121b8d233d8d3a5 (patch)
tree713942325bda393305edb21d46cd7f38d213aebc /games/xqf/Makefile
parent51498efaebaad1106dcf0d3f70c8feaa14c411ee (diff)
downloadports-daffe00d4a57c0ef6a21947a8121b8d233d8d3a5.tar.gz
ports-daffe00d4a57c0ef6a21947a8121b8d233d8d3a5.zip
- Trim Makefile headers
- Drop ABI versions from LIB_DEPENDS - OptionsNG - Pet portlint - Switch to dynamic plist where useful - Canonicalize patch names - Fix DOS line endings in patch files
Notes
Notes: svn path=/head/; revision=322840
Diffstat (limited to 'games/xqf/Makefile')
-rw-r--r--games/xqf/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/games/xqf/Makefile b/games/xqf/Makefile
index c1784b9aa0e9..6a461e55abba 100644
--- a/games/xqf/Makefile
+++ b/games/xqf/Makefile
@@ -26,7 +26,6 @@ OPTIONS_DEFINE= GTK2 GEOIP BZIP2
OPTIONS_DEFAULT= GTK2 GEOIP BZIP2
.include <bsd.port.options.mk>
-.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MGTK2}
USE_GNOME+= gtk20
@@ -36,7 +35,7 @@ USE_GNOME+= gdkpixbuf
.endif
.if ${PORT_OPTIONS:MGEOIP}
-LIB_DEPENDS+= GeoIP.5:${PORTSDIR}/net/GeoIP
+LIB_DEPENDS+= GeoIP:${PORTSDIR}/net/GeoIP
.else
CONFIGURE_ARGS+= --disable-geoip
.endif
@@ -51,4 +50,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/docs/xqfdocs.html ${DOCSDIR}
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>