diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-12-16 17:06:38 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-12-16 17:06:38 +0000 |
commit | 40b756ba2459f18449784d16a7f2d3057310ab0b (patch) | |
tree | 8894fd5b1f0bd83dfbb52496ed0cbfeffa5aeb71 /devel/cutter/Makefile | |
parent | 758cf0d64a6e68d1044f83dc2361c55b8727ce24 (diff) | |
download | ports-40b756ba2459f18449784d16a7f2d3057310ab0b.tar.gz ports-40b756ba2459f18449784d16a7f2d3057310ab0b.zip |
Update to 0.10.46 and only keep one libgoffice version
libgoffice 0.10 has been introduced long enough ago 6 years ago, stopping support
for libgoffice 0.8, it is now more than time, to remove libgoffice 0.8 and only
keep 0.10.
Remove the optionnal goffice option for projects not supporting 0.10.
Notes
Notes:
svn path=/head/; revision=520273
Diffstat (limited to 'devel/cutter/Makefile')
-rw-r--r-- | devel/cutter/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/devel/cutter/Makefile b/devel/cutter/Makefile index bc36c2ebc259..19ae0b86b1fc 100644 --- a/devel/cutter/Makefile +++ b/devel/cutter/Makefile @@ -3,7 +3,7 @@ PORTNAME= cutter PORTVERSION= 1.2.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= SF @@ -27,16 +27,11 @@ USE_LDCONFIG= yes INSTALL_TARGET= install-strip TEST_TARGET= check -OPTIONS_DEFINE= GOFFICE SOUP LCOV NLS +OPTIONS_DEFINE= SOUP LCOV NLS OPTIONS_SUB= yes -GOFFICE_DESC= GOffice support SOUP_DESC= libsoup support LCOV_DESC= Force dependency on lcov -GOFFICE_CONFIGURE_ENABLE=goffice -# the 0.8 is part of the library name don't remove it. -GOFFICE_LIB_DEPENDS= libgoffice-0.8.so:devel/goffice - LCOV_RUN_DEPENDS= lcov:devel/lcov SOUP_CONFIGURE_ENABLE= libsoup |