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 | |
parent | e4acacead120ca3ae36976c905d4fbe8a7f37453 (diff) | |
download | freebsd-ports-gnome-2f6a4c5d51a4b553704ff9a685fa6a9ea7a8da47.tar.gz freebsd-ports-gnome-2f6a4c5d51a4b553704ff9a685fa6a9ea7a8da47.tar.zst freebsd-ports-gnome-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')
-rw-r--r-- | devel/libdbusmenu-qt/Makefile | 3 | ||||
-rw-r--r-- | devel/libdbusmenu-qt/pkg-descr | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/devel/libdbusmenu-qt/Makefile b/devel/libdbusmenu-qt/Makefile index 80d47cfa0ddc..bcd08ee0698b 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 diff --git a/devel/libdbusmenu-qt/pkg-descr b/devel/libdbusmenu-qt/pkg-descr index aef13fcb7fd2..d3f6b78c870c 100644 --- a/devel/libdbusmenu-qt/pkg-descr +++ b/devel/libdbusmenu-qt/pkg-descr @@ -2,4 +2,4 @@ A library that provides Qt4 implementation of the DBusMenu protocol. The DBusMenu protocol makes it possible for applications to export and import their menus over DBus. -WWW: http://people.canonical.com/~agateau/dbusmenu/ +WWW: http://people.canonical.com/~agateau/dbusmenu/ |