diff options
author | max <max@FreeBSD.org> | 1997-09-19 11:51:35 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-09-19 11:51:35 +0800 |
commit | 1a779b2d1f88dd5c152bdc79b2b97a7c72cec3f9 (patch) | |
tree | c6617db582907f284ffbf0c049963c21a3a5bb35 /x11-wm/e16/Makefile | |
parent | 9402aa44bf99b4a6eebfe01cd482070d250f12c6 (diff) | |
download | freebsd-ports-gnome-1a779b2d1f88dd5c152bdc79b2b97a7c72cec3f9.tar.gz freebsd-ports-gnome-1a779b2d1f88dd5c152bdc79b2b97a7c72cec3f9.tar.zst freebsd-ports-gnome-1a779b2d1f88dd5c152bdc79b2b97a7c72cec3f9.zip |
Remove RUN_DEPENDS as necessary RUN_DEPENDS is now defined in imlib port.
PR: 4574
Submitted by: the port maintainer
Diffstat (limited to 'x11-wm/e16/Makefile')
-rw-r--r-- | x11-wm/e16/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/x11-wm/e16/Makefile b/x11-wm/e16/Makefile index 1d47ea070808..86a4b61b7383 100644 --- a/x11-wm/e16/Makefile +++ b/x11-wm/e16/Makefile @@ -3,7 +3,7 @@ # Date created: 10 June 1997 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.3 1997/09/14 19:54:23 max Exp $ +# $Id: Makefile,v 1.4 1997/09/14 19:58:23 max Exp $ # DISTNAME= enl_DR-0.12.3 @@ -15,9 +15,6 @@ MASTER_SITES= http://www.rasterman.com/ftp/ \ MAINTAINER= vanilla@MinJe.com.TW LIB_DEPENDS= Im\\.3\\.:${PORTSDIR}/graphics/imlib -RUN_DEPENDS= djpeg:${PORTSDIR}/graphics/jpeg \ - tgatoppm:${PORTSDIR}/graphics/netpbm \ - convert:${PORTSDIR}/graphics/ImageMagick USE_GMAKE= yes USE_IMAKE= yes |