diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-09-19 03:51:35 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-09-19 03:51:35 +0000 |
commit | 90fed5e609308a56f79f0a98a71d418e3ee29a91 (patch) | |
tree | 3608df2269e9854df7b8a571d092931e96e4d8d8 /x11-wm/e16/Makefile | |
parent | Correctly define the jpeg tool location. (diff) |
Remove RUN_DEPENDS as necessary RUN_DEPENDS is now defined in imlib port.
PR: 4574
Submitted by: the port maintainer
Notes
Notes:
svn path=/head/; revision=7958
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 |