summaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
authornork <nork@FreeBSD.org>2003-07-11 18:16:14 +0000
committernork <nork@FreeBSD.org>2003-07-11 18:16:14 +0000
commit07d4243107c7c11506a607480ffa2c5fbb716299 (patch)
tree8105e7b9bfe65fc36d1797e9690cdbdc1ba972ff /comms
parentb928507d6b0aa80a3d71cc58c69fe7d62d53fc62 (diff)
downloadFreeBSD-ports-07d4243107c7c11506a607480ffa2c5fbb716299.zip
FreeBSD-ports-07d4243107c7c11506a607480ffa2c5fbb716299.tar.gz
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 'comms')
-rw-r--r--comms/hamlib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/hamlib/Makefile b/comms/hamlib/Makefile
index ba59b24..f98491b 100644
--- a/comms/hamlib/Makefile
+++ b/comms/hamlib/Makefile
@@ -34,7 +34,7 @@ PLIST_SUB+= TCL="@comment "
.endif
.if defined(WITH_RIGMATRIX)
-LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd
+LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd2
CONFIGURE_ARGS+= --with-rigmatrix
PLIST_SUB+= RIGMATRIX=""
.else
OpenPOWER on IntegriCloud