diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-01-31 13:38:42 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-01-31 13:38:42 +0000 |
commit | f5f6cd6d9b51abcfaf7d5a03d342e91dc742074d (patch) | |
tree | 384a6fe89b7bf8bffcc478f3462d538eea755790 /games/pingus | |
parent | 49be72eaa4585216ade79b274fca337c2bf4866a (diff) |
Notes
Diffstat (limited to 'games/pingus')
-rw-r--r-- | games/pingus/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/games/pingus/Makefile b/games/pingus/Makefile index d662bbd072fc..1f4ae7aaecf5 100644 --- a/games/pingus/Makefile +++ b/games/pingus/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pingus -# Date created: 2007-10-05 -# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> -# +# Created by: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ -# PORTNAME= pingus PORTVERSION= 0.7.2 @@ -15,7 +11,7 @@ MAINTAINER= acm@FreeBSD.org COMMENT= Free Lemmings-like game LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ - boost_regex.4:${PORTSDIR}/devel/boost-libs \ + boost_regex:${PORTSDIR}/devel/boost-libs \ physfs.1:${PORTSDIR}/devel/physfs USE_BZIP2= yes |