diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-05-04 12:02:55 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-05-04 12:02:55 +0000 |
commit | 8f4e689c78cb275fdb1a344e338e0e60f249c87f (patch) | |
tree | 6406abc3fdb007f28fcb06fb0c9f682b78906c4e /games/xonix/Makefile | |
parent | cb8ccd0deba6ce0a0450d2354cc40abbaeef5d7e (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/Makefile')
-rw-r--r-- | games/xonix/Makefile | 4 |
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 |