diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-04-12 18:25:47 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-04-12 18:25:47 +0300 |
commit | 3b06b44fc22cd5c936dd3ce677290e3f65f7f8ce (patch) | |
tree | c21f8f807c4ccfd9c1b82881a0013d89b71f4516 /freebsd | |
parent | 9e82d5ee56d258d33f59eb6fdcc363d8c0c47b4c (diff) | |
download | sciteco-3b06b44fc22cd5c936dd3ce677290e3f65f7f8ce.tar.gz |
freebsd port: synced with upstream port sources
Diffstat (limited to 'freebsd')
-rw-r--r-- | freebsd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/Makefile b/freebsd/Makefile index d8b7924..a8a46db 100644 --- a/freebsd/Makefile +++ b/freebsd/Makefile @@ -55,7 +55,7 @@ PLIST_SUB+= GTK="@comment " \ .elif ${FLAVOR} == gtk USES+= desktop-file-utils # FIXME: To appease QA checks, we would have to -# USE_GNOME+=cairo gdkpixbuf2 and +# USE_GNOME+=cairo gdkpixbuf and # gtk_LIB_DEPENDS+=libharfbuzz.so:print/harfbuzz USE_GNOME+= gtk30 CONFIGURE_ARGS+= --program-prefix=g \ |