diff options
author | mharo <mharo@FreeBSD.org> | 1999-04-21 16:04:54 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-04-21 16:04:54 +0000 |
commit | 89248f5acb82df1acf9c142583b0cb781543f9c2 (patch) | |
tree | 6860c2d23c4d21e47a13c9fb993fafb301118617 /games | |
parent | d46a7d4e22af287f5d7b0be46f8c96861d4fa7d1 (diff) | |
download | FreeBSD-ports-89248f5acb82df1acf9c142583b0cb781543f9c2.zip FreeBSD-ports-89248f5acb82df1acf9c142583b0cb781543f9c2.tar.gz |
Add LIB_DEPENDS
Diffstat (limited to 'games')
-rw-r--r-- | games/wmeyes/Makefile | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/games/wmeyes/Makefile b/games/wmeyes/Makefile index 3217bf36..c0022f3 100644 --- a/games/wmeyes/Makefile +++ b/games/wmeyes/Makefile @@ -3,15 +3,17 @@ # Date created: 18 March 1999 # Whom: Zenin <zenin@archive.rhps.org> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/03/31 06:33:48 taoka Exp $ # -DISTNAME= wmeyes-1.0 -CATEGORIES= games -MASTER_SITES= ftp://thrush.omix.com/pub/misc/ +DISTNAME= wmeyes-1.0 +CATEGORIES= games +MASTER_SITES= ftp://thrush.omix.com/pub/misc/ -MAINTAINER= zenin@archive.rhps.org +MAINTAINER= zenin@archive.rhps.org -USE_IMAKE= yes +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm + +USE_IMAKE= yes .include <bsd.port.mk> |