diff options
author | olivierd <olivierd@FreeBSD.org> | 2014-06-28 20:56:16 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2014-06-28 20:56:16 +0800 |
commit | 350edb4537ee5fdf848c8c9593f8f0bbccd2f22d (patch) | |
tree | cb39c047d10993fdc623af8b3cc6566476534352 /deskutils | |
parent | 6445b95bc6dcc751457a3bfdd40512a97b258eec (diff) | |
download | freebsd-ports-gnome-350edb4537ee5fdf848c8c9593f8f0bbccd2f22d.tar.gz freebsd-ports-gnome-350edb4537ee5fdf848c8c9593f8f0bbccd2f22d.tar.zst freebsd-ports-gnome-350edb4537ee5fdf848c8c9593f8f0bbccd2f22d.zip |
- Convert USE_BZIP2 to USES
- Add LICENSE
Approved by: portmgr blanket
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/orage/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/orage/Makefile b/deskutils/orage/Makefile index 797f5cc91718..86382d3f1829 100644 --- a/deskutils/orage/Makefile +++ b/deskutils/orage/Makefile @@ -13,14 +13,14 @@ MAINTAINER= xfce@FreeBSD.org COMMENT= Calendar application for the Xfce Desktop LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt \ libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib GNU_CONFIGURE= yes INSTALLS_ICONS= yes -USES= pkgconfig gettext desktop-file-utils gmake -USE_BZIP2= yes +USES= pkgconfig gettext desktop-file-utils gmake tar:bzip2 USE_GNOME= gtk20 intltool intlhack USE_XFCE= configenv libmenu panel USE_XORG= xext xrender xinerama xi xrandr xcursor xcomposite xdamage x11 \ |