diff options
author | mi <mi@FreeBSD.org> | 2015-04-21 06:20:07 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2015-04-21 06:20:07 +0800 |
commit | 6dd18f4c0056c511c9d8ce48e8eb57f40adaac5d (patch) | |
tree | dd078f77089ef38eb96d6bd0a94c36eebe9bde88 /graphics | |
parent | a0f08346191484241ca7b1aa23dbe8606ad64ffc (diff) | |
download | freebsd-ports-gnome-6dd18f4c0056c511c9d8ce48e8eb57f40adaac5d.tar.gz freebsd-ports-gnome-6dd18f4c0056c511c9d8ce48e8eb57f40adaac5d.tar.zst freebsd-ports-gnome-6dd18f4c0056c511c9d8ce48e8eb57f40adaac5d.zip |
Actually, no, this port makes no use of uidfix.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/qtawesome/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/qtawesome/Makefile b/graphics/qtawesome/Makefile index d243abcb3687..c1728012c5f3 100644 --- a/graphics/qtawesome/Makefile +++ b/graphics/qtawesome/Makefile @@ -11,7 +11,7 @@ COMMENT= Embed Font Awesome glyphs in Qt-applications LICENSE= MIT USE_GITHUB= yes -USES= uidfix qmake +USES= qmake GH_ACCOUNT= gamecreature GH_PROJECT= QtAwesome |