aboutsummaryrefslogtreecommitdiff
path: root/games/xarchon
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2004-07-23 19:10:32 +0000
committerEric Anholt <anholt@FreeBSD.org>2004-07-23 19:10:32 +0000
commit4eb209da7d941e66e0cb065aead6bda76c9e97f3 (patch)
treec9cf2fdcee3885499960b9c706dacac0a0080f8e /games/xarchon
parentb188150955302fdc3c1402eb0688a84d1f2cf451 (diff)
downloadports-4eb209da7d941e66e0cb065aead6bda76c9e97f3.tar.gz
ports-4eb209da7d941e66e0cb065aead6bda76c9e97f3.zip
Notes
Diffstat (limited to 'games/xarchon')
-rw-r--r--games/xarchon/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/games/xarchon/Makefile b/games/xarchon/Makefile
index c8dc22921037..e3ae05dffa6c 100644
--- a/games/xarchon/Makefile
+++ b/games/xarchon/Makefile
@@ -19,6 +19,7 @@ COMMENT= A chess-like strategy game with battle options
USE_XLIB= yes
USE_GNOME= esound gtk12
USE_GMAKE= yes
+USE_XPM= yes
GNU_CONFIGURE= yes
USE_REINPLACE= yes
@@ -27,12 +28,5 @@ MAN6= xarchon.6
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \
${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
-
-.include <bsd.port.pre.mk>
-
-.if ${XFREE86_VERSION} == 3
-LIB_DEPENDS+= Xpm.4:${PORTSDIR}/graphics/xpm
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>