diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
commit | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /databases/gtksql | |
parent | 7f4572eae4327c4403d9ef714cb6de917650662a (diff) | |
download | ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.tar.gz ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.zip |
Notes
Diffstat (limited to 'databases/gtksql')
-rw-r--r-- | databases/gtksql/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/gtksql/Makefile b/databases/gtksql/Makefile index 7ad85d263da4..9e19a8329a7a 100644 --- a/databases/gtksql/Makefile +++ b/databases/gtksql/Makefile @@ -12,8 +12,8 @@ COMMENT= Graphical query tool for PostgreSQL/MySQL/SQLite LICENSE= GPLv2+ -LIB_DEPENDS= libscintilla.so:${PORTSDIR}/x11-toolkits/scintilla -RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils +LIB_DEPENDS= libscintilla.so:x11-toolkits/scintilla +RUN_DEPENDS= xdg-open:devel/xdg-utils OPTIONS_DEFINE= AVAHI DOCS OPTIONS_MULTI= DB @@ -36,7 +36,7 @@ PGSQL_CONFIGURE_WITH= postgresql .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MAVAHI} -LIB_DEPENDS+= libavahi-common.so:${PORTSDIR}/net/avahi-app +LIB_DEPENDS+= libavahi-common.so:net/avahi-app .else CONFIGURE_ARGS+= --without-avahi .endif |