diff options
author | asami <asami@FreeBSD.org> | 1998-11-28 17:06:16 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-28 17:06:16 +0800 |
commit | db787962a4d058ac3aa2ac3bc0464b25d0458321 (patch) | |
tree | b26938d6f6cac74acfd6bab75c555de3e7f0bdbf /games/libshhcards | |
parent | 049a6a7496f412e9bc970a44f963c3f92c4b8b75 (diff) | |
download | freebsd-ports-gnome-db787962a4d058ac3aa2ac3bc0464b25d0458321.tar.gz freebsd-ports-gnome-db787962a4d058ac3aa2ac3bc0464b25d0458321.tar.zst freebsd-ports-gnome-db787962a4d058ac3aa2ac3bc0464b25d0458321.zip |
LIB_DEPENDS on Xpm.
Diffstat (limited to 'games/libshhcards')
-rw-r--r-- | games/libshhcards/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/libshhcards/Makefile b/games/libshhcards/Makefile index 26197db1e98e..701a829d3818 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 |