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