diff options
author | mharo <mharo@FreeBSD.org> | 1999-04-22 00:04:54 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-04-22 00:04:54 +0800 |
commit | 89248f5acb82df1acf9c142583b0cb781543f9c2 (patch) | |
tree | 6860c2d23c4d21e47a13c9fb993fafb301118617 /games/wmeyes | |
parent | d46a7d4e22af287f5d7b0be46f8c96861d4fa7d1 (diff) | |
download | freebsd-ports-gnome-89248f5acb82df1acf9c142583b0cb781543f9c2.tar.gz freebsd-ports-gnome-89248f5acb82df1acf9c142583b0cb781543f9c2.tar.zst freebsd-ports-gnome-89248f5acb82df1acf9c142583b0cb781543f9c2.zip |
Add LIB_DEPENDS
Diffstat (limited to 'games/wmeyes')
-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 3217bf363973..c0022f322e9a 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> |