diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2022-03-16 09:08:06 +0100 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2022-03-16 14:23:33 +0100 |
commit | 2789a7f314f4e488b07a844192b88f3cf61d05d4 (patch) | |
tree | cb33d8f288488dca6180efb968cc787bc6edf1a9 /databases | |
parent | devel/py-types-psycopg2: update 2.9.8 → 2.9.9 (diff) |
gnome: general cleanup
Use base make where applicable, drop .la files
Remove now useless referencehack
Convert to USES=localbase where applicable
Diffstat (limited to 'databases')
-rw-r--r-- | databases/libgda5/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/databases/libgda5/Makefile b/databases/libgda5/Makefile index e316b148a6e1..930b453dde1e 100644 --- a/databases/libgda5/Makefile +++ b/databases/libgda5/Makefile @@ -20,14 +20,12 @@ CPE_VENDOR= gnome LIBGDA5_SLAVE?= no SHEBANG_FILES= libgda-report/RML/*/*.py -.if !defined(REFERENCE_PORT) - BUILD_DEPENDS= itstool:textproc/itstool LIB_DEPENDS= libsecret-1.so:security/libsecret \ libsoup-2.4.so:devel/libsoup \ USES+= gettext gmake gnome libtool localbase pathfix pkgconfig -USE_GNOME= glib20 libxslt intlhack introspection:build referencehack +USE_GNOME= glib20 libxslt intlhack introspection:build USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip @@ -152,4 +150,3 @@ post-install: .endif .include <bsd.port.mk> -.endif |