summaryrefslogtreecommitdiff
path: root/games/xonix
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-05-04 12:02:55 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-05-04 12:02:55 +0000
commit8f4e689c78cb275fdb1a344e338e0e60f249c87f (patch)
tree6406abc3fdb007f28fcb06fb0c9f682b78906c4e /games/xonix
parentpatchfile was missing (diff)
xpm shared library has major version 4...also it's in graphics,
not x11.
Notes
Notes: svn path=/head/; revision=1604
Diffstat (limited to 'games/xonix')
-rw-r--r--games/xonix/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xonix/Makefile b/games/xonix/Makefile
index 7a4c453d6b5d..13867f000d55 100644
--- a/games/xonix/Makefile
+++ b/games/xonix/Makefile
@@ -3,7 +3,7 @@
# Date created: 3 May 1995
# Whom: joerg
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1995/05/03 23:33:08 joerg Exp $
#
WRKSRC= ${WRKDIR}/xonix
@@ -14,7 +14,7 @@ CATEGORIES+= games
MAINTAINER= joerg@FreeBSD.org
-LIB_DEPENDS= Xpm\\.:${PORTSDIR}/x11/xpm
+LIB_DEPENDS= Xpm\\.4:${PORTSDIR}/graphics/xpm
USE_IMAKE= yes