diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-12-20 19:02:42 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-12-20 19:02:42 +0800 |
commit | 9e3581b15da1ca2f16eb75c34650d1dd9350922e (patch) | |
tree | 39733a7f2f2d9d829bace29bcd2122bf3389a7b7 /deskutils/baobab/Makefile | |
parent | 83d97469cd2ab30c8ca40e9c622abaa3bfb26189 (diff) | |
download | marcuscom-ports-9e3581b15da1ca2f16eb75c34650d1dd9350922e.tar marcuscom-ports-9e3581b15da1ca2f16eb75c34650d1dd9350922e.tar.gz marcuscom-ports-9e3581b15da1ca2f16eb75c34650d1dd9350922e.tar.bz2 marcuscom-ports-9e3581b15da1ca2f16eb75c34650d1dd9350922e.tar.lz marcuscom-ports-9e3581b15da1ca2f16eb75c34650d1dd9350922e.tar.xz marcuscom-ports-9e3581b15da1ca2f16eb75c34650d1dd9350922e.tar.zst marcuscom-ports-9e3581b15da1ca2f16eb75c34650d1dd9350922e.zip |
Stageify, and misc small cleanups.
Move net/libgweather3 -> net/libgweather.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18965 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils/baobab/Makefile')
-rw-r--r-- | deskutils/baobab/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/deskutils/baobab/Makefile b/deskutils/baobab/Makefile index efb9d8f1a..ea135b21e 100644 --- a/deskutils/baobab/Makefile +++ b/deskutils/baobab/Makefile @@ -1,6 +1,6 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/trunk/deskutils/baobab/Makefile 18610 2013-06-30 16:33:05Z marcus $ +# $MCom$ PORTNAME= baobab PORTVERSION= 3.6.2 @@ -17,16 +17,14 @@ LIB_DEPENDS= libgtop-2.0.so:${PORTSDIR}/devel/libgtop CONFLICTS= gnome-utils-2.[0-9]* -NO_STAGE= yes USE_XZ= yes -USES= gettext gmake pathfix pkgconfig +USES= desktop-file-utils gettext gmake pathfix pkgconfig USE_GNOME= gnomeprefix intlhack libxml2 gtk30 GNU_CONFIGURE= yes INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MAN1= baobab.1 GLIB_SCHEMAS= org.gnome.baobab.gschema.xml post-patch: |