diff options
author | asami <asami@FreeBSD.org> | 1998-10-05 14:45:43 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-10-05 14:45:43 +0800 |
commit | a07c58432fde9aa15d033b2b8ce157e32849857a (patch) | |
tree | 72415b84cff8117c5e9b3f73d34aa5d3e0063818 /games/gnomegames2 | |
parent | ccd3b8867a83f7638e64cada6d03f4da9065ca7d (diff) | |
download | freebsd-ports-gnome-a07c58432fde9aa15d033b2b8ce157e32849857a.tar.gz freebsd-ports-gnome-a07c58432fde9aa15d033b2b8ce157e32849857a.tar.zst freebsd-ports-gnome-a07c58432fde9aa15d033b2b8ce157e32849857a.zip |
Shared library "gnome.0" in installed by gnomelibs, not gnomecore.
Diffstat (limited to 'games/gnomegames2')
-rw-r--r-- | games/gnomegames2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/gnomegames2/Makefile b/games/gnomegames2/Makefile index fb8cae7247e2..cf40d5d612b2 100644 --- a/games/gnomegames2/Makefile +++ b/games/gnomegames2/Makefile @@ -3,7 +3,7 @@ # Date created: 03 July 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/10/02 00:58:05 vanilla Exp $ # DISTNAME= gnome-games-0.30 @@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \ MAINTAINER= Nakai@technologist.com -LIB_DEPENDS= gnome.0:${PORTSDIR}/x11/gnomecore +LIB_DEPENDS= gnome.0:${PORTSDIR}/x11/gnomelibs USE_X_PREFIX= yes GNU_CONFIGURE= yes |