diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2008-07-12 01:55:23 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2008-07-12 01:55:23 +0800 |
commit | 2db56f284ce709670cdbb3b226fd1f4e63dee105 (patch) | |
tree | bf8720fd9baf9bd4698a36abaf539da8f70f695a /games | |
parent | a7e9f3b24c6844c34df477269643c91ea9207b2e (diff) | |
download | freebsd-ports-gnome-2db56f284ce709670cdbb3b226fd1f4e63dee105.tar.gz freebsd-ports-gnome-2db56f284ce709670cdbb3b226fd1f4e63dee105.tar.zst freebsd-ports-gnome-2db56f284ce709670cdbb3b226fd1f4e63dee105.zip |
- Update ftgl to 2.1.3-rc5 (previous version was either 2.0.5 (from .pc file) or 2.1.2 (from distfile name), not 2.12), take maintainership
- Update dependent port (games/duel) - use LIB_DEPENDS for ftgl and bumb PORTREVISION
Approved by: alepulver (games/duel maintainer), miwi (mentor)
Diffstat (limited to 'games')
-rw-r--r-- | games/duel/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/duel/Makefile b/games/duel/Makefile index 19d8b09a056a..63a8bf42f4c7 100644 --- a/games/duel/Makefile +++ b/games/duel/Makefile @@ -7,7 +7,7 @@ PORTNAME= duel PORTVERSION= 0.98 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= alepulver @@ -16,8 +16,8 @@ DISTNAME= lin${PORTNAME} MAINTAINER= alepulver@FreeBSD.org COMMENT= An overhead, OpenGL space shooter -BUILD_DEPENDS= ${LOCALBASE}/lib/libftgl.a:${PORTSDIR}/graphics/ftgl -LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 +LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ + ftgl.2:${PORTSDIR}/graphics/ftgl USE_AUTOTOOLS= libtool:15 USE_BZIP2= yes |