diff options
author | pawel <pawel@FreeBSD.org> | 2014-05-06 20:48:51 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2014-05-06 20:48:51 +0800 |
commit | 935fa7bb0f9aa95f2062b9b5f455f1c54cb93edb (patch) | |
tree | ea0fbb0d08a2e6d82fe420ddee610917a12b5342 /deskutils/basket | |
parent | bb82b553a6fd2521e0e77b850bea21b689278cf1 (diff) | |
download | freebsd-ports-gnome-935fa7bb0f9aa95f2062b9b5f455f1c54cb93edb.tar.gz freebsd-ports-gnome-935fa7bb0f9aa95f2062b9b5f455f1c54cb93edb.tar.zst freebsd-ports-gnome-935fa7bb0f9aa95f2062b9b5f455f1c54cb93edb.zip |
- Port is stage safe
- Convert to USES=tar:bzip2
Diffstat (limited to 'deskutils/basket')
-rw-r--r-- | deskutils/basket/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/deskutils/basket/Makefile b/deskutils/basket/Makefile index aeabfb575dbc..a4a43cfaaa6c 100644 --- a/deskutils/basket/Makefile +++ b/deskutils/basket/Makefile @@ -14,12 +14,10 @@ LICENSE= GPLv2 LIB_DEPENDS= libgpgme.so:${PORTSDIR}/security/gpgme -USE_BZIP2= yes USE_XORG= xft xpm USE_KDE4= automoc4 kdeprefix pimlibs qimageblitz USE_QT4= moc_build qmake_build rcc_build uic_build -USES= cmake +USES= cmake tar:bzip2 USE_LDCONFIG= yes -NO_STAGE= yes .include <bsd.port.mk> |