diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 10:47:02 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 10:47:02 +0000 |
commit | 737bed69235f6656811e04b0cec49ae13226eb72 (patch) | |
tree | 26ae2cdd62e364d83407c01fd1f34e1314ccafc3 /games/alienarena | |
parent | c51f1c92df29f3db28147fb023e98b8c93ff06e8 (diff) |
Notes
Diffstat (limited to 'games/alienarena')
-rw-r--r-- | games/alienarena/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/games/alienarena/Makefile b/games/alienarena/Makefile index c70780c53379..30da704ebbad 100644 --- a/games/alienarena/Makefile +++ b/games/alienarena/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: alienarena -# Date created: 11 May 2006 -# Whom: alepulver -# +# Created by: alepulver # $FreeBSD$ -# PORTNAME= alienarena PORTVERSION= 2011.753 @@ -47,10 +43,10 @@ PLIST_SUB= LIBDIR=${LIBDIR:S/${PREFIX}\///} LIBDIR= ${PREFIX}/lib/${PORTNAME} -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> .if defined(WITH_CLIENT) -USE_PKGCONFIG= yes +USES+= pkgconfig LIB_DEPENDS+= curl.6:${PORTSDIR}/ftp/curl \ freetype.9:${PORTSDIR}/print/freetype2 \ jpeg.11:${PORTSDIR}/graphics/jpeg \ @@ -107,4 +103,4 @@ post-install: @${CAT} ${PKGMESSAGE} @${ECHO_CMD} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |