diff options
author | asami <asami@FreeBSD.org> | 1998-11-28 09:06:16 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-28 09:06:16 +0000 |
commit | db787962a4d058ac3aa2ac3bc0464b25d0458321 (patch) | |
tree | b26938d6f6cac74acfd6bab75c555de3e7f0bdbf | |
parent | 049a6a7496f412e9bc970a44f963c3f92c4b8b75 (diff) | |
download | FreeBSD-ports-db787962a4d058ac3aa2ac3bc0464b25d0458321.zip FreeBSD-ports-db787962a4d058ac3aa2ac3bc0464b25d0458321.tar.gz |
LIB_DEPENDS on Xpm.
-rw-r--r-- | games/libshhcards/Makefile | 4 | ||||
-rw-r--r-- | games/xdemineur/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/games/libshhcards/Makefile b/games/libshhcards/Makefile index 26197db..701a829 100644 --- a/games/libshhcards/Makefile +++ b/games/libshhcards/Makefile @@ -3,7 +3,7 @@ # Date created: 12 April 1998 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.4 1998/10/01 06:08:59 steve Exp $ +# $Id: Makefile,v 1.5 1998/11/14 09:43:13 asami Exp $ # DISTNAME= shhcards-1.0.3 @@ -14,6 +14,8 @@ MASTER_SITES= http://www.computas.no/users/shh/pub-unix/files/ \ MAINTAINER= andy@icc.surw.chel.su +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm + USE_GMAKE= yes USE_X_PREFIX= yes SOLIB= libshhcards.so diff --git a/games/xdemineur/Makefile b/games/xdemineur/Makefile index ab16b23..6d5a07e 100644 --- a/games/xdemineur/Makefile +++ b/games/xdemineur/Makefile @@ -3,7 +3,7 @@ # Date created: 13 Feb 1998 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.1.1.1 1998/02/13 08:18:03 tg Exp $ +# $Id: Makefile,v 1.2 1998/09/28 02:18:19 steve Exp $ # DISTNAME= xdemineur-2.1 @@ -13,6 +13,8 @@ MASTER_SITE_SUBDIR= games MAINTAINER= ports@FreeBSD.ORG +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm + USE_IMAKE= yes MAN1= xdemineur.1 |