diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-31 19:07:48 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-31 19:07:48 +0000 |
commit | a1c527cc9fb678d9209d4c3c17bec878897581c9 (patch) | |
tree | a73e049230e5fb71f702210e69ef8cb8ac81b546 /x11 | |
parent | Upgrade to 0.99.5. (diff) |
Add 4.0current support.
PR: ports/9807
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Notes
Notes:
svn path=/head/; revision=16448
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-libs/Makefile | 12 | ||||
-rw-r--r-- | x11/gnomelibs/Makefile | 12 | ||||
-rw-r--r-- | x11/libgnome/Makefile | 12 |
3 files changed, 12 insertions, 24 deletions
diff --git a/x11/gnome-libs/Makefile b/x11/gnome-libs/Makefile index 9722c35a727b..18a0cdb4033c 100644 --- a/x11/gnome-libs/Makefile +++ b/x11/gnome-libs/Makefile @@ -3,7 +3,7 @@ # Date created: 17 June 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.28 1999/01/23 07:05:23 vanilla Exp $ +# $Id: Makefile,v 1.29 1999/01/27 08:31:54 fenner Exp $ # DISTNAME= gnome-libs-0.99.4 @@ -14,18 +14,14 @@ MASTER_SITE_SUBDIR= gnome-libs MAINTAINER= nacai@iname.com -BUILD_DEPENDS= gettext:${PORTSDIR}/devel/gettext -RUN_DEPENDS= gettext:${PORTSDIR}/devel/gettext LIB_DEPENDS= gdk_imlib.2:${PORTSDIR}/graphics/imlib \ - gtk11d.1:${PORTSDIR}/x11-toolkits/gtk11-devel \ - tiff.4:${PORTSDIR}/graphics/tiff34 \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ - gif.3:${PORTSDIR}/graphics/giflib \ - png.3:${PORTSDIR}/graphics/png \ Xpm.4:${PORTSDIR}/graphics/xpm \ ORBit.1:${PORTSDIR}/devel/ORBit \ esd.1:${PORTSDIR}/audio/esound +# implicit dependencies: +# gettext, gtk11-devel, tiff34, jpeg, giflib, png + USE_X_PREFIX= yes USE_PERL5= yes USE_GMAKE= yes diff --git a/x11/gnomelibs/Makefile b/x11/gnomelibs/Makefile index 9722c35a727b..18a0cdb4033c 100644 --- a/x11/gnomelibs/Makefile +++ b/x11/gnomelibs/Makefile @@ -3,7 +3,7 @@ # Date created: 17 June 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.28 1999/01/23 07:05:23 vanilla Exp $ +# $Id: Makefile,v 1.29 1999/01/27 08:31:54 fenner Exp $ # DISTNAME= gnome-libs-0.99.4 @@ -14,18 +14,14 @@ MASTER_SITE_SUBDIR= gnome-libs MAINTAINER= nacai@iname.com -BUILD_DEPENDS= gettext:${PORTSDIR}/devel/gettext -RUN_DEPENDS= gettext:${PORTSDIR}/devel/gettext LIB_DEPENDS= gdk_imlib.2:${PORTSDIR}/graphics/imlib \ - gtk11d.1:${PORTSDIR}/x11-toolkits/gtk11-devel \ - tiff.4:${PORTSDIR}/graphics/tiff34 \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ - gif.3:${PORTSDIR}/graphics/giflib \ - png.3:${PORTSDIR}/graphics/png \ Xpm.4:${PORTSDIR}/graphics/xpm \ ORBit.1:${PORTSDIR}/devel/ORBit \ esd.1:${PORTSDIR}/audio/esound +# implicit dependencies: +# gettext, gtk11-devel, tiff34, jpeg, giflib, png + USE_X_PREFIX= yes USE_PERL5= yes USE_GMAKE= yes diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile index 9722c35a727b..18a0cdb4033c 100644 --- a/x11/libgnome/Makefile +++ b/x11/libgnome/Makefile @@ -3,7 +3,7 @@ # Date created: 17 June 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.28 1999/01/23 07:05:23 vanilla Exp $ +# $Id: Makefile,v 1.29 1999/01/27 08:31:54 fenner Exp $ # DISTNAME= gnome-libs-0.99.4 @@ -14,18 +14,14 @@ MASTER_SITE_SUBDIR= gnome-libs MAINTAINER= nacai@iname.com -BUILD_DEPENDS= gettext:${PORTSDIR}/devel/gettext -RUN_DEPENDS= gettext:${PORTSDIR}/devel/gettext LIB_DEPENDS= gdk_imlib.2:${PORTSDIR}/graphics/imlib \ - gtk11d.1:${PORTSDIR}/x11-toolkits/gtk11-devel \ - tiff.4:${PORTSDIR}/graphics/tiff34 \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ - gif.3:${PORTSDIR}/graphics/giflib \ - png.3:${PORTSDIR}/graphics/png \ Xpm.4:${PORTSDIR}/graphics/xpm \ ORBit.1:${PORTSDIR}/devel/ORBit \ esd.1:${PORTSDIR}/audio/esound +# implicit dependencies: +# gettext, gtk11-devel, tiff34, jpeg, giflib, png + USE_X_PREFIX= yes USE_PERL5= yes USE_GMAKE= yes |