diff options
author | pawel <pawel@FreeBSD.org> | 2013-08-29 23:01:46 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2013-08-29 23:01:46 +0800 |
commit | 04fb25691d27264db9ce274313916f94898deef9 (patch) | |
tree | 0f24ce676070cd2b3017f761db8f5e49e00c5b07 /sysutils | |
parent | 1be8826148dc06f92e9b28febd5f7dff2d5b47c1 (diff) | |
download | freebsd-ports-gnome-04fb25691d27264db9ce274313916f94898deef9.tar.gz freebsd-ports-gnome-04fb25691d27264db9ce274313916f94898deef9.tar.zst freebsd-ports-gnome-04fb25691d27264db9ce274313916f94898deef9.zip |
- Switch to new LIB_DEPENDS format
- Convert USE_PERL5 to USES
- Remove stale MAKE_JOBS_SAFE
- Trim dependencies where they are too detailed
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/gsmartcontrol/Makefile | 21 |
1 files changed, 3 insertions, 18 deletions
diff --git a/sysutils/gsmartcontrol/Makefile b/sysutils/gsmartcontrol/Makefile index 9272ca09686f..2ff17d1157b9 100644 --- a/sysutils/gsmartcontrol/Makefile +++ b/sysutils/gsmartcontrol/Makefile @@ -10,28 +10,13 @@ MASTER_SITES= http://artificialtime.com/${PORTNAME}/ MAINTAINER= pawel@FreeBSD.org COMMENT= Graphical user interface for smartmontools -LIB_DEPENDS= atkmm-1.6:${PORTSDIR}/accessibility/atkmm \ - glibmm-2.4:${PORTSDIR}/devel/glibmm \ - pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \ - sigc-2.0:${PORTSDIR}/devel/libsigc++20 \ - pcre:${PORTSDIR}/devel/pcre \ - cairo:${PORTSDIR}/graphics/cairo \ - cairomm-1.0:${PORTSDIR}/graphics/cairomm \ - png15:${PORTSDIR}/graphics/png \ - freetype:${PORTSDIR}/print/freetype2 \ - expat:${PORTSDIR}/textproc/expat2 \ - fontconfig:${PORTSDIR}/x11-fonts/fontconfig \ - gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24 \ - pangomm-1.4:${PORTSDIR}/x11-toolkits/pangomm +LIB_DEPENDS= libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24 RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \ smartctl:${PORTSDIR}/sysutils/smartmontools -USE_AUTOTOOLS= libtool -USES= pkgconfig gettext iconv USE_BZIP2= yes -USE_GNOME= gtk20 -USE_XORG= pixman x11 xau xcb xcomposite xcursor xdamage xdmcp xext xfixes \ - xi xinerama xrandr xrender +USE_AUTOTOOLS= libtool +USES= pkgconfig INSTALLS_ICONS= yes MAN1= gsmartcontrol.1 |