diff options
author | marino <marino@FreeBSD.org> | 2015-08-07 07:25:31 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-08-07 07:25:31 +0800 |
commit | 86bebe0de36278068f5639ae1077197507294ea3 (patch) | |
tree | 794f6d0dcc3c0d76cdd6391f59ddf54353eda066 /sysutils | |
parent | e9b5fc781d72140bb0100b2c9f57e8907207e1d8 (diff) | |
download | freebsd-ports-gnome-86bebe0de36278068f5639ae1077197507294ea3.tar.gz freebsd-ports-gnome-86bebe0de36278068f5639ae1077197507294ea3.tar.zst freebsd-ports-gnome-86bebe0de36278068f5639ae1077197507294ea3.zip |
sysutils/mate-system-monitor: Unbreak DragonFly with USES=alias
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/mate-system-monitor/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/mate-system-monitor/Makefile b/sysutils/mate-system-monitor/Makefile index c4a953040d3d..eb2c9d973784 100644 --- a/sysutils/mate-system-monitor/Makefile +++ b/sysutils/mate-system-monitor/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libgtop-2.0.so:${PORTSDIR}/devel/libgtop \ PORTSCOUT= limitw:1,even -USES= gettext gmake pathfix pkgconfig tar:xz +USES= alias gettext gmake pathfix pkgconfig tar:xz USE_MATE= icontheme USE_GNOME= gtk20 gtkmm24 intlhack librsvg2 libwnck libxml2 CONFIGURE_ARGS= --with-gtk=2.0 |