diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-07-12 15:01:45 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-07-12 15:01:45 +0000 |
commit | daffe00d4a57c0ef6a21947a8121b8d233d8d3a5 (patch) | |
tree | 713942325bda393305edb21d46cd7f38d213aebc /games/xqf/Makefile | |
parent | - Update to 20110724.002 (diff) |
- 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/Makefile | 5 |
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> |