diff options
author | bapt <bapt@FreeBSD.org> | 2013-04-23 15:08:32 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-04-23 15:08:32 +0800 |
commit | 8e7a63fec8f6eb66e5f5779b598c7cd8ff20902a (patch) | |
tree | 3dce2240f5e668b5fbdef885ec9c7311674ebe82 /databases/gtksql | |
parent | fd7815ac9400116b74bb8ffb46ed661ade3a6d2e (diff) | |
download | freebsd-ports-gnome-8e7a63fec8f6eb66e5f5779b598c7cd8ff20902a.tar.gz freebsd-ports-gnome-8e7a63fec8f6eb66e5f5779b598c7cd8ff20902a.tar.zst freebsd-ports-gnome-8e7a63fec8f6eb66e5f5779b598c7cd8ff20902a.zip |
Convert databases to USES=pkgconfig
Diffstat (limited to 'databases/gtksql')
-rw-r--r-- | databases/gtksql/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/gtksql/Makefile b/databases/gtksql/Makefile index dffd51160f26..509dbcc8c51b 100644 --- a/databases/gtksql/Makefile +++ b/databases/gtksql/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= avahi-client:${PORTSDIR}/net/avahi-app GNU_CONFIGURE= yes USE_AUTOTOOLS= aclocal libtool ACLOCAL_ARGS= -I${LOCALBASE}/share/aclocal -USE_PKGCONFIG= build +USES= pkgconfig USE_GMAKE= yes USE_GNOME= gtk20 |