diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-05-27 18:36:05 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-05-27 18:36:05 +0000 |
commit | f2fca9968ad1fbfb5a1f34cc4f24c6adf425c9b1 (patch) | |
tree | 4bf15bdf07e39229aea7167d2fd02b6af3399082 /graphics/gimp1/Makefile | |
parent | Upgrade to 1.0.3. (diff) |
1. Merge patch-ah & patch-ai to one file.
2. Add two manpages (gimptool.1 & gpc.3)
3. Remove tiff34 configure patch.
4. Correct pkg/PLIST.
5. Remove LIB_DEPENDS on xdelta, because we can't compile it on current.
Notes
Notes:
svn path=/head/; revision=11170
Diffstat (limited to 'graphics/gimp1/Makefile')
-rw-r--r-- | graphics/gimp1/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/graphics/gimp1/Makefile b/graphics/gimp1/Makefile index 8e2419dec35d..ea01d9bf4c35 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.31 1998/05/19 03:09:09 jdp Exp $ +# $Id: Makefile,v 1.32 1998/05/21 21:28:51 mph Exp $ # MAJOR= 0 @@ -26,11 +26,11 @@ MAINTAINER= erich@FreeBSD.org LIB_DEPENDS+= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm LIB_DEPENDS+= aa\\.1\\.:${PORTSDIR}/graphics/aalib LIB_DEPENDS+= jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg -LIB_DEPENDS+= gtk\\.1\\.2:${PORTSDIR}/x11/gtk +LIB_DEPENDS+= gtk\\.1\\.3:${PORTSDIR}/x11/gtk LIB_DEPENDS+= mpeg\\.1\\.2:${PORTSDIR}/graphics/mpeg-lib LIB_DEPENDS+= png\\.2\\.:${PORTSDIR}/graphics/png LIB_DEPENDS+= tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34 -LIB_DEPENDS+= xdelta\\.0\\.18:${PORTSDIR}/misc/xdelta +#LIB_DEPENDS+= xdelta\\.0\\.18:${PORTSDIR}/misc/xdelta USE_X11= yes GNU_CONFIGURE= yes @@ -40,7 +40,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \ -I${LOCALBASE}/include/tiff34" \ LIBS=-L${LOCALBASE}/lib INSTALL_SCRIPT='$${INSTALL} -m 755' -MAN1= gimp.1 +MAN1= gimp.1 gimptool.1 +MAN3= gpc.3 DATASTUFF= brushes palettes gradients patterns |