diff options
-rw-r--r-- | net-mgmt/mrtg/Makefile | 1 | ||||
-rw-r--r-- | net/mrtg/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/net-mgmt/mrtg/Makefile b/net-mgmt/mrtg/Makefile index 2902cc685c61..4ef5d7769fed 100644 --- a/net-mgmt/mrtg/Makefile +++ b/net-mgmt/mrtg/Makefile @@ -21,6 +21,7 @@ LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd2 CONFIGURE_ARGS= --with-gd-lib=${LOCALBASE}/lib \ --with-gd-inc=${LOCALBASE}/include .else +LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd CONFIGURE_ARGS= --with-gd-lib=${LOCALBASE}/lib \ --with-gd-inc=${LOCALBASE}/include/gd .endif diff --git a/net/mrtg/Makefile b/net/mrtg/Makefile index 2902cc685c61..4ef5d7769fed 100644 --- a/net/mrtg/Makefile +++ b/net/mrtg/Makefile @@ -21,6 +21,7 @@ LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd2 CONFIGURE_ARGS= --with-gd-lib=${LOCALBASE}/lib \ --with-gd-inc=${LOCALBASE}/include .else +LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd CONFIGURE_ARGS= --with-gd-lib=${LOCALBASE}/lib \ --with-gd-inc=${LOCALBASE}/include/gd .endif |