diff options
-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 |