diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-22 08:55:40 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-22 08:55:40 +0000 |
commit | 2a9763f12a2973ba3a8c14259329bc467c86224a (patch) | |
tree | 8bfa861c7528e65025c0b38f5e2d2e1774daf187 /games/3dc | |
parent | 2e38233d08d594d2f5ed52d281d5e2def1c7a210 (diff) |
Notes
Diffstat (limited to 'games/3dc')
-rw-r--r-- | games/3dc/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/3dc/Makefile b/games/3dc/Makefile index 25f04ae42d43..0ff1b6c5a432 100644 --- a/games/3dc/Makefile +++ b/games/3dc/Makefile @@ -7,7 +7,7 @@ PORTNAME= 3dc PORTVERSION= 0.8.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= games/strategy @@ -19,8 +19,7 @@ COMMENT= 3-Dimensional Chess for X Window System LIB_DEPENDS= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d USE_PERL5_BUILD=yes -USE_X_PREFIX= yes -USE_XPM= yes +USE_XPM= xpm WRKSRC= ${WRKDIR}/3Dc/src post-patch: |