diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-09 21:43:02 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-09 21:43:02 +0000 |
commit | 7d20ef9811ab05a11a26d6d9ad094232177a5bb5 (patch) | |
tree | bd32ed7f7e7b64a00aa12cc9947ea970c460d843 /games/3dc | |
parent | d567c4c25ffb2cd933f753aeb0c00d9c5b3dfd8c (diff) | |
download | ports-7d20ef9811ab05a11a26d6d9ad094232177a5bb5.tar.gz ports-7d20ef9811ab05a11a26d6d9ad094232177a5bb5.zip |
Notes
Diffstat (limited to 'games/3dc')
-rw-r--r-- | games/3dc/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/games/3dc/Makefile b/games/3dc/Makefile index b1214d49cdd9..f9d0790949ef 100644 --- a/games/3dc/Makefile +++ b/games/3dc/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: 3Dc -# Date created: 2 May 1998 -# Whom: Andrey Zakhvatov -# +# Created by: Andrey Zakhvatov # $FreeBSD$ -# PORTNAME= 3dc PORTVERSION= 0.8.1 @@ -18,7 +14,7 @@ COMMENT= 3-Dimensional Chess for X Window System LICENSE= GPLv2 -LIB_DEPENDS= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d +LIB_DEPENDS= Xaw3d:${PORTSDIR}/x11-toolkits/Xaw3d USE_PERL5_BUILD=yes USE_XORG= x11 xaw xext xmu xpm xt |