diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-15 12:10:50 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-15 12:10:50 +0800 |
commit | 2351dde4371995e4a0b824f4142e216fde5bceec (patch) | |
tree | c6276d01392e0107c820732a6f33931f68a8cbe7 /net/libgweather/Makefile | |
parent | 216e7f0450a48bc5cf8895def5e65f26bc8401ac (diff) | |
download | marcuscom-ports-2351dde4371995e4a0b824f4142e216fde5bceec.tar marcuscom-ports-2351dde4371995e4a0b824f4142e216fde5bceec.tar.gz marcuscom-ports-2351dde4371995e4a0b824f4142e216fde5bceec.tar.bz2 marcuscom-ports-2351dde4371995e4a0b824f4142e216fde5bceec.tar.lz marcuscom-ports-2351dde4371995e4a0b824f4142e216fde5bceec.tar.xz marcuscom-ports-2351dde4371995e4a0b824f4142e216fde5bceec.tar.zst marcuscom-ports-2351dde4371995e4a0b824f4142e216fde5bceec.zip |
-Fix the CATEGORIES, s/x11/net/g.
-Add USE_LDCONFIG.
-Remove an extra line.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10103 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/libgweather/Makefile')
-rw-r--r-- | net/libgweather/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/libgweather/Makefile b/net/libgweather/Makefile index e9714cb38..1870e6cab 100644 --- a/net/libgweather/Makefile +++ b/net/libgweather/Makefile @@ -3,12 +3,12 @@ # Whom: Koop Mast <kwm@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/net/libgweather/Makefile,v 1.1 2008/01/14 15:38:29 kwm Exp $ +# $MCom: ports/net/libgweather/Makefile,v 1.2 2008/01/14 21:33:58 kwm Exp $ # PORTNAME= libgweather PORTVERSION= 2.21.2 -CATEGORIES= x11 gnome +CATEGORIES= net gnome MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org @@ -18,6 +18,7 @@ USE_GETTEXT= yes USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack gnomevfs2 +USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" @@ -25,4 +26,3 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GCONF_SCHEMAS= gweather.schemas .include <bsd.port.mk> - |