diff options
Diffstat (limited to 'converters/gbase/Makefile')
-rw-r--r-- | converters/gbase/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/converters/gbase/Makefile b/converters/gbase/Makefile index 55b96aec4bee..cdc3292cc7c5 100644 --- a/converters/gbase/Makefile +++ b/converters/gbase/Makefile @@ -18,6 +18,8 @@ USE_GNOME+= gtk20 GTK_CFLAGS= `pkg-config --cflags gtk+-2.0` GTK_LIBS= `pkg-config --libs gtk+-2.0` +CONFLICTS_INSTALL= scotch # bin/gbase + post-patch: @${REINPLACE_CMD} -e \ 's|(i == argc)|(i+1 == argc)|' ${WRKSRC}/${PORTNAME}.c |