diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2002-11-26 09:24:50 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2002-11-26 09:24:50 +0000 |
commit | d6d3f334a3cbb923d54211eabd40aef99acf09fd (patch) | |
tree | 43af3fb9291d10edfe6137a7e79ba35d41ca2bc3 /net-mgmt/mrtg/Makefile | |
parent | 8032a3f5b00362fb6fab0c4c286a2df515c60a2d (diff) | |
download | ports-d6d3f334a3cbb923d54211eabd40aef99acf09fd.tar.gz ports-d6d3f334a3cbb923d54211eabd40aef99acf09fd.zip |
Notes
Diffstat (limited to 'net-mgmt/mrtg/Makefile')
-rw-r--r-- | net-mgmt/mrtg/Makefile | 1 |
1 files changed, 1 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 |