diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-12-22 05:43:38 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-12-22 05:43:38 +0000 |
commit | 07d6292490d965f6ddcf20c11283be2d4a9baac3 (patch) | |
tree | 12fda9145f85543bd286f916c2b9a9f239e7604a /x11 | |
parent | Add USE_XLIB. (diff) |
Add LIB_DEPENDS to xpm.
Notes
Notes:
svn path=/head/; revision=15471
Diffstat (limited to 'x11')
-rw-r--r-- | x11/tycoon/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/tycoon/Makefile b/x11/tycoon/Makefile index ea469b6fdbd4..ae560f013d10 100644 --- a/x11/tycoon/Makefile +++ b/x11/tycoon/Makefile @@ -3,7 +3,7 @@ # Date created: 19 September 1997 # Whom: steve@farrell.org # -# $Id: Makefile,v 1.3 1998/09/26 23:18:08 steve Exp $ +# $Id: Makefile,v 1.4 1998/12/07 20:46:38 billf Exp $ # DISTNAME= tycoon-1.07o @@ -13,7 +13,8 @@ MASTER_SITE_SUBDIR= X11/desktop MAINTAINER= steve@farrell.org -LIB_DEPENDS= xforms:${PORTSDIR}/x11-toolkits/xforms +LIB_DEPENDS= xforms:${PORTSDIR}/x11-toolkits/xforms \ + Xpm.4:${PORTSDIR}/graphics/xpm USE_IMAKE= yes NO_INSTALL_MANPAGES= yes |