diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-09-10 13:11:23 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-09-10 13:11:23 +0000 |
commit | f57bc4af665126de839ff734a08e57726e84da84 (patch) | |
tree | b47b12c2614f4db455f6a6733adce11a1cbba4b5 /databases | |
parent | ce4f70264ae0d02f294cd43745a43b45a8eb4a15 (diff) |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/dbh/Makefile | 4 | ||||
-rw-r--r-- | databases/libgda5/Makefile | 2 | ||||
-rw-r--r-- | databases/pglogical/Makefile | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/databases/dbh/Makefile b/databases/dbh/Makefile index d84b7abb74e2..9e8be08ad7dd 100644 --- a/databases/dbh/Makefile +++ b/databases/dbh/Makefile @@ -28,10 +28,10 @@ GTKDOC_DESC= Enable GTK html documentation .if ${PORT_OPTIONS:MGTKDOC} CONFIGURE_ARGS+= --enable-gtk-doc-html -PLIST_SUB= GTKDOC="" +PLIST_SUB+= GTKDOC="" .else CONFIGURE_ARGS+= --disable-gtk-doc-html -PLIST_SUB= GTKDOC="@comment " +PLIST_SUB+= GTKDOC="@comment " .endif post-patch: diff --git a/databases/libgda5/Makefile b/databases/libgda5/Makefile index 99ae80381e4d..f8634daddc40 100644 --- a/databases/libgda5/Makefile +++ b/databases/libgda5/Makefile @@ -37,7 +37,7 @@ CONFIGURE_ARGS= --without-oracle \ .include <bsd.port.options.mk> VERSION= 5.0 -PLIST_SUB= VERSION=${VERSION} +PLIST_SUB+= VERSION=${VERSION} .if ${LIBGDA5_SLAVE}!="no" USE_GNOME+= libgda5 diff --git a/databases/pglogical/Makefile b/databases/pglogical/Makefile index f7fef5b17873..3b1229bdfbeb 100644 --- a/databases/pglogical/Makefile +++ b/databases/pglogical/Makefile @@ -29,9 +29,9 @@ DOCS_PORTDOCS= * .include <bsd.port.pre.mk> .if ${PGSQL_VER:M9.4} -PLIST_SUB= PGSQL94="" +PLIST_SUB+= PGSQL94="" .else -PLIST_SUB= PGSQL94="@comment " +PLIST_SUB+= PGSQL94="@comment " .endif # FFI |