diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-10-05 06:45:43 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-10-05 06:45:43 +0000 |
commit | e17e3c4ba16621af47e56344f154dccfbecd2585 (patch) | |
tree | 965d10a16a9950267bf1845f79fb4e6e278563e4 /games/gnomegames | |
parent | /bin/sh ../../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../... (diff) |
Shared library "gnome.0" in installed by gnomelibs, not gnomecore.
Notes
Notes:
svn path=/head/; revision=13675
Diffstat (limited to 'games/gnomegames')
-rw-r--r-- | games/gnomegames/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/gnomegames/Makefile b/games/gnomegames/Makefile index fb8cae7247e2..cf40d5d612b2 100644 --- a/games/gnomegames/Makefile +++ b/games/gnomegames/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 |