diff options
author | bapt <bapt@FreeBSD.org> | 2016-01-11 00:31:33 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2016-01-11 00:31:33 +0800 |
commit | 834e21da3d78bade53f6940b62c4b1d11ff57062 (patch) | |
tree | 45355dccba19623f8780fff011f8b7e1a576c0e2 /net/quiterss | |
parent | 0b449150804dd839d3aec0f8dcde508b07c60a84 (diff) | |
download | freebsd-ports-gnome-834e21da3d78bade53f6940b62c4b1d11ff57062.tar.gz freebsd-ports-gnome-834e21da3d78bade53f6940b62c4b1d11ff57062.tar.zst freebsd-ports-gnome-834e21da3d78bade53f6940b62c4b1d11ff57062.zip |
Convert ports from s* t* and net* categories to USES=sqlite and USES=firebird
Diffstat (limited to 'net/quiterss')
-rw-r--r-- | net/quiterss/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/quiterss/Makefile b/net/quiterss/Makefile index 0962837f1512..de8c9835065b 100644 --- a/net/quiterss/Makefile +++ b/net/quiterss/Makefile @@ -15,8 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING NO_WRKSUBDIR= yes -USES= desktop-file-utils pkgconfig qmake:outsource -USE_SQLITE= yes +USES= desktop-file-utils pkgconfig qmake:outsource sqlite INSTALLS_ICONS= yes OPTIONS_DEFINE= DEBUG |