diff options
author | asami <asami@FreeBSD.org> | 1995-04-12 11:57:37 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-12 11:57:37 +0800 |
commit | 459ab0e79224bc7f81cf19fd592074f94da24719 (patch) | |
tree | cf6519075af423368a706402c9932dff0412e472 /print/transfig | |
parent | 5fc81d84785d72d96b60233d01422fde1b9f3a10 (diff) | |
download | freebsd-ports-graphics-459ab0e79224bc7f81cf19fd592074f94da24719.tar.gz freebsd-ports-graphics-459ab0e79224bc7f81cf19fd592074f94da24719.tar.zst freebsd-ports-graphics-459ab0e79224bc7f81cf19fd592074f94da24719.zip |
Added Xpm to LIB_DEPENDS.
Pointed-out by: Paul Richards
Diffstat (limited to 'print/transfig')
-rw-r--r-- | print/transfig/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/print/transfig/Makefile b/print/transfig/Makefile index ede2bf08861..91e7d31a4ef 100644 --- a/print/transfig/Makefile +++ b/print/transfig/Makefile @@ -3,14 +3,17 @@ # Date created: ? # Whom: mr (original) # -# $Id: Makefile,v 1.5 1995/02/11 13:50:48 asami Exp $ +# $Id: Makefile,v 1.6 1995/04/01 12:49:47 jkh Exp $ # DISTNAME= transfig.3.1.1 PKGNAME= transfig-3.1.1 +CATEGORIES+= printing MASTER_SITES= ftp://ftp.x.org/contrib/applications/drawing_tools/transfig/ \ ftp://crl.dec.com/pub/X11/contrib/applications/drawing_tools/transfig/ -CATEGORIES+= printing + +LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm + USE_IMAKE= yes WRKSRC= ${WRKDIR}/transfig |