diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-09-22 16:19:14 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-09-22 16:19:14 +0000 |
commit | 8e535babbfb75303a38a34aa50e92d096de9fdca (patch) | |
tree | 17e6fe29f83ac02f09344eef0ab2e7b97ea7bf7c /graphics/gimp1/Makefile | |
parent | a.out shlib names should be listed if it doesn't end with ".0" (otherwise (diff) |
aalib now supports ELF.
Notes
Notes:
svn path=/head/; revision=13315
Diffstat (limited to 'graphics/gimp1/Makefile')
-rw-r--r-- | graphics/gimp1/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gimp1/Makefile b/graphics/gimp1/Makefile index a58c7cdff7f9..3947fea2305f 100644 --- a/graphics/gimp1/Makefile +++ b/graphics/gimp1/Makefile @@ -3,7 +3,7 @@ # Date created: Mon Nov 18 21:28:43 CST 1996 # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.43 1998/09/19 05:46:05 steve Exp $ +# $Id: Makefile,v 1.44 1998/09/21 08:54:25 asami Exp $ # DISTNAME= gimp-1.0.0 @@ -16,7 +16,7 @@ DISTFILES= gimp-1.0.0.tar.gz gimp-data-extras-1.0.0.tar.gz MAINTAINER= erich@FreeBSD.org LIB_DEPENDS+= Xpm.4:${PORTSDIR}/graphics/xpm -LIB_DEPENDS+= aa\\.1\\.:${PORTSDIR}/graphics/aalib +LIB_DEPENDS+= aa.1:${PORTSDIR}/graphics/aalib LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg LIB_DEPENDS+= gtk\\.1\\.5:${PORTSDIR}/x11-toolkits/gtk LIB_DEPENDS+= mpeg.1:${PORTSDIR}/graphics/mpeg-lib |