diff options
author | rakuco <rakuco@FreeBSD.org> | 2014-06-16 19:37:04 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2014-06-16 19:37:04 +0800 |
commit | 2f6a4c5d51a4b553704ff9a685fa6a9ea7a8da47 (patch) | |
tree | a21ef75006a55aea7e94130152d98c2f1b3cbf91 /devel/libdbusmenu-qt/Makefile | |
parent | e4acacead120ca3ae36976c905d4fbe8a7f37453 (diff) | |
download | freebsd-ports-graphics-2f6a4c5d51a4b553704ff9a685fa6a9ea7a8da47.tar.gz freebsd-ports-graphics-2f6a4c5d51a4b553704ff9a685fa6a9ea7a8da47.tar.zst freebsd-ports-graphics-2f6a4c5d51a4b553704ff9a685fa6a9ea7a8da47.zip |
- Remove tab from WWW line in pkg-descr.
- Replace USES=bzip2 with USES=tar:bzip2, as suggested by pi@ while
discussing the fallout from the doxygen update.
Diffstat (limited to 'devel/libdbusmenu-qt/Makefile')
-rw-r--r-- | devel/libdbusmenu-qt/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/libdbusmenu-qt/Makefile b/devel/libdbusmenu-qt/Makefile index 80d47cfa0dd..bcd08ee0698 100644 --- a/devel/libdbusmenu-qt/Makefile +++ b/devel/libdbusmenu-qt/Makefile @@ -14,8 +14,7 @@ LICENSE= LGPL20 USE_QT4= corelib dbus gui \ moc_build qmake_build rcc_build uic_build -USE_BZIP2= yes -USES= cmake:outsource +USES= cmake:outsource tar:bzip2 USE_LDCONFIG= yes OPTIONS_DEFINE= GENDOCS |