diff options
author | nork <nork@FreeBSD.org> | 2003-07-12 02:16:14 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-07-12 02:16:14 +0800 |
commit | 07d4243107c7c11506a607480ffa2c5fbb716299 (patch) | |
tree | 8105e7b9bfe65fc36d1797e9690cdbdc1ba972ff /devel | |
parent | b928507d6b0aa80a3d71cc58c69fe7d62d53fc62 (diff) | |
download | freebsd-ports-gnome-07d4243107c7c11506a607480ffa2c5fbb716299.tar.gz freebsd-ports-gnome-07d4243107c7c11506a607480ffa2c5fbb716299.tar.zst freebsd-ports-gnome-07d4243107c7c11506a607480ffa2c5fbb716299.zip |
o Change library name from libgd to libgd1.
o Do not install everything except headers and libraries
(to avoid conflicting with graphics/gd2)
o Fix dependency on new libgd1(for many ports).
PR: ports/54100
Submitted by: Ports Fury
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cvsgraph/Makefile | 3 | ||||
-rw-r--r-- | devel/veepee/Makefile | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/devel/cvsgraph/Makefile b/devel/cvsgraph/Makefile index 313f35962f57..bb6dceac4363 100644 --- a/devel/cvsgraph/Makefile +++ b/devel/cvsgraph/Makefile @@ -7,13 +7,14 @@ PORTNAME= cvsgraph PORTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= devel graphics MASTER_SITES= http://www.akhphd.au.dk/~bertho/cvsgraph/release/ MAINTAINER= trevor@FreeBSD.org COMMENT= Graph the life story of a file under CVS or RCS -LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd \ +LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd2 \ jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png diff --git a/devel/veepee/Makefile b/devel/veepee/Makefile index 8f5156820e86..9893d3aeb32e 100644 --- a/devel/veepee/Makefile +++ b/devel/veepee/Makefile @@ -7,7 +7,7 @@ PORTNAME= veepee PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python gnome MASTER_SITES= http://www.river-bank.demon.co.uk/software/ DISTNAME= VeePee-${PORTVERSION} @@ -15,7 +15,7 @@ DISTNAME= VeePee-${PORTVERSION} MAINTAINER= sobomax@FreeBSD.org COMMENT= A user orientated scripting environment for embedding in applications -LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd +LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd2 USE_GNOME= gnomelibs USE_XLIB= yes |