diff options
author | asami <asami@FreeBSD.org> | 1998-11-29 15:49:31 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-29 15:49:31 +0800 |
commit | a1da85425990c10ff5e86a6295bc4125c16d77a9 (patch) | |
tree | 43edf2524ec95fa07565f9ae9963fc2a16476a8a | |
parent | ce3c8ba8e983b4821d15350039790b96ad308a5d (diff) | |
download | freebsd-ports-gnome-a1da85425990c10ff5e86a6295bc4125c16d77a9.tar.gz freebsd-ports-gnome-a1da85425990c10ff5e86a6295bc4125c16d77a9.tar.zst freebsd-ports-gnome-a1da85425990c10ff5e86a6295bc4125c16d77a9.zip |
Depends on xpm.
-rw-r--r-- | games/xpat2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/xpat2/Makefile b/games/xpat2/Makefile index a0bc883c3593..529155875490 100644 --- a/games/xpat2/Makefile +++ b/games/xpat2/Makefile @@ -3,7 +3,7 @@ # Date created: 5 March 1997 # Whom: Matthew Hunt <mph@pobox.com> # -# $Id: Makefile,v 1.4 1998/04/17 23:26:24 mph Exp $ +# $Id: Makefile,v 1.5 1998/08/05 09:31:01 asami Exp $ # DISTNAME= xpat2-1.04 @@ -14,6 +14,8 @@ EXTRACT_SUFX= -src.tar.gz MAINTAINER= mph@freebsd.org +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm + USE_X_PREFIX= yes MAN6= xpat2.6 |