diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2025-04-01 19:26:55 +0200 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2025-04-01 19:26:55 +0200 |
commit | ac58d3f83b06977b6048859a000040913d2380ef (patch) | |
tree | f43fc08343d3260d84663ab28f34428f695192ba /graphics/agg | |
parent | graphics/agg26: new port for 2.6 (diff) |
graphics/agg: add CONFLICTS
Diffstat (limited to 'graphics/agg')
-rw-r--r-- | graphics/agg/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/agg/Makefile b/graphics/agg/Makefile index 88a4693bc8b3..d4dc27c9765f 100644 --- a/graphics/agg/Makefile +++ b/graphics/agg/Makefile @@ -16,6 +16,7 @@ LICENSE_FILE= ${WRKSRC}/copying LIB_DEPENDS= libfreetype.so:print/freetype2 USES= autoreconf cpe gmake libtool pathfix pkgconfig sdl xorg +CONFLICTS= agg26-2.* CPE_VENDOR= antigrain USE_CXXSTD= c++14 USE_LDCONFIG= yes |