diff options
author | asami <asami@FreeBSD.org> | 1996-09-26 17:02:51 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-09-26 17:02:51 +0800 |
commit | 16d6e97d9120ac751b65cebf40d97d5a51ac634c (patch) | |
tree | b21b054c27e5202adb42e899e8e753b0097385c7 | |
parent | 4d6e2c4d6c1422209b9011f2f9bdf16018c784ef (diff) | |
download | freebsd-ports-gnome-16d6e97d9120ac751b65cebf40d97d5a51ac634c.tar.gz freebsd-ports-gnome-16d6e97d9120ac751b65cebf40d97d5a51ac634c.tar.zst freebsd-ports-gnome-16d6e97d9120ac751b65cebf40d97d5a51ac634c.zip |
Add LIB_DEPENDS on xpm.
-rw-r--r-- | x11-toolkits/FWF/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-toolkits/FWF/Makefile b/x11-toolkits/FWF/Makefile index 8075feeaa0e6..74e6aee78c13 100644 --- a/x11-toolkits/FWF/Makefile +++ b/x11-toolkits/FWF/Makefile @@ -3,7 +3,7 @@ # Date created: 14 July 1995 # Whom: jkh # -# $Id: Makefile,v 1.5 1995/07/19 11:36:42 asami Exp $ +# $Id: Makefile,v 1.6 1996/05/15 23:30:26 asami Exp $ # DISTNAME= fwf-3.8 @@ -12,6 +12,8 @@ MASTER_SITES= ftp://ftp.let.rug.nl/pub/FWF/ MAINTAINER= jkh@FreeBSD.ORG +LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm + USE_IMAKE= yes WRKSRC= ${WRKDIR}/FWF PATCH_STRIP= -p1 |