diff options
author | antoine <antoine@FreeBSD.org> | 2013-09-10 02:54:28 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-09-10 02:54:28 +0800 |
commit | f3571dba2484c54162cc61b8abc288c7ec6cca14 (patch) | |
tree | 3b969fb0c53d4fb2ae1cc9be5ebaeeab1ed7e2c9 /games/csmash | |
parent | 9a21d679f211da2dc3d0c87aa6ee0ed8174b876b (diff) | |
download | freebsd-ports-gnome-f3571dba2484c54162cc61b8abc288c7ec6cca14.tar.gz freebsd-ports-gnome-f3571dba2484c54162cc61b8abc288c7ec6cca14.tar.zst freebsd-ports-gnome-f3571dba2484c54162cc61b8abc288c7ec6cca14.zip |
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt)
Diffstat (limited to 'games/csmash')
-rw-r--r-- | games/csmash/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/games/csmash/Makefile b/games/csmash/Makefile index c48370090dbf..c018d2b91668 100644 --- a/games/csmash/Makefile +++ b/games/csmash/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: csmash -# Date created: Nov 11, 2003 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= csmash PORTVERSION= 0.6.6 @@ -15,7 +10,7 @@ MASTER_SITES= SF/cannonsmash/CannonSmash/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A 3D tabletennis game -USES= gettext +USES= gettext pkgconfig USE_SDL= image mixer sdl USE_GL= yes USE_GNOME= gtk20 |