diff options
author | asami <asami@FreeBSD.org> | 1995-05-04 12:02:55 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-05-04 12:02:55 +0000 |
commit | c65a213499adccdc62e457582797688d6520fbe2 (patch) | |
tree | 05abade4f77a51deb7d0966ca1c7a5a019a8a464 /games/xonix | |
parent | 5004282392bf0ffc04819e3e7c4d36210ce4f6d9 (diff) | |
download | FreeBSD-ports-c65a213499adccdc62e457582797688d6520fbe2.zip FreeBSD-ports-c65a213499adccdc62e457582797688d6520fbe2.tar.gz |
xpm shared library has major version 4...also it's in graphics,
not x11.
Diffstat (limited to 'games/xonix')
-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 7a4c453..13867f0 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 |