diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-28 09:06:16 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-28 09:06:16 +0000 |
commit | 8d959e6cc33f5fcda3595282f382e63acfe0072e (patch) | |
tree | 011268ca3f6a395896853e54dc6ba1dcc62a2cd8 /games/libshhcards | |
parent | a48886cfd6032baaa8c567d5403cd6fb30e30219 (diff) | |
download | ports-8d959e6cc33f5fcda3595282f382e63acfe0072e.tar.gz ports-8d959e6cc33f5fcda3595282f382e63acfe0072e.zip |
LIB_DEPENDS on Xpm.
Notes
Notes:
svn path=/head/; revision=14937
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 |