diff options
author | dinoex <dinoex@FreeBSD.org> | 2015-04-13 01:20:31 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2015-04-13 01:20:31 +0800 |
commit | 4609b1cb2c710b4a9a6027a6aadc512ed230d13b (patch) | |
tree | 1905794f74a00dda01c7fd8df4dc2e575b15e2a1 /graphics | |
parent | 1ccb105b43efce27be112255aa7e59ecf7cecd30 (diff) | |
download | freebsd-ports-gnome-4609b1cb2c710b4a9a6027a6aadc512ed230d13b.tar.gz freebsd-ports-gnome-4609b1cb2c710b4a9a6027a6aadc512ed230d13b.tar.zst freebsd-ports-gnome-4609b1cb2c710b4a9a6027a6aadc512ed230d13b.zip |
- add CPE
PR: 199039
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/graphviz/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index 83d4d8b92c27..8bad9be268ab 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl \ libexpat.so:${PORTSDIR}/textproc/expat2 \ libgd.so:${PORTSDIR}/${GD_PORT} -USES= gmake bison libtool:keepla pkgconfig pathfix shebangfix +USES= cpe gmake bison libtool:keepla pkgconfig pathfix shebangfix GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include |