diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-03-03 05:16:03 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-03-03 05:16:03 +0800 |
commit | 7e5f5b2e6f413655994333535ea9f8e74f1dbbbb (patch) | |
tree | f0efd5a63fda899a8270f9d4234f4786e842e93a | |
parent | 5f24b20877bc2d9ed8d0a5d6a440c8829f3354fb (diff) | |
download | marcuscom-ports-7e5f5b2e6f413655994333535ea9f8e74f1dbbbb.tar marcuscom-ports-7e5f5b2e6f413655994333535ea9f8e74f1dbbbb.tar.gz marcuscom-ports-7e5f5b2e6f413655994333535ea9f8e74f1dbbbb.tar.bz2 marcuscom-ports-7e5f5b2e6f413655994333535ea9f8e74f1dbbbb.tar.lz marcuscom-ports-7e5f5b2e6f413655994333535ea9f8e74f1dbbbb.tar.xz marcuscom-ports-7e5f5b2e6f413655994333535ea9f8e74f1dbbbb.tar.zst marcuscom-ports-7e5f5b2e6f413655994333535ea9f8e74f1dbbbb.zip |
Make portlint happy by:
x11/gdm \
x11/zenity:
Add USE_GETTEXT.
x11/gnomeapplets2:
Add INSTALLS_SHLIB.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5836 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11/gdm/Makefile | 3 | ||||
-rw-r--r-- | x11/gnome-applets/Makefile | 3 | ||||
-rw-r--r-- | x11/gnomeapplets2/Makefile | 3 | ||||
-rw-r--r-- | x11/zenity/Makefile | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile index 58e3fb880..7a239512a 100644 --- a/x11/gdm/Makefile +++ b/x11/gdm/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gdm/Makefile,v 1.16 2006/02/28 04:43:14 marcus Exp $ +# $MCom: ports/x11/gdm/Makefile,v 1.17 2006/03/02 06:38:49 marcus Exp $ # PORTNAME= gdm @@ -17,6 +17,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME 2 version of xdm display manager USE_BZIP2= yes +USE_GETTEXT= yes USE_X_PREFIX= yes INSTALLS_OMF= yes USE_RC_SUBR= gdm.sh diff --git a/x11/gnome-applets/Makefile b/x11/gnome-applets/Makefile index 00cc71ae2..61d134176 100644 --- a/x11/gnome-applets/Makefile +++ b/x11/gnome-applets/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnomeapplets2/Makefile,v 1.104 2006/02/23 21:58:22 ahze Exp $ +# $MCom: ports/x11/gnomeapplets2/Makefile,v 1.105 2006/02/26 15:32:52 ahze Exp $ # PORTNAME= gnomeapplets2 @@ -30,6 +30,7 @@ USE_GMAKE= yes GNOME_DESKTOP_VERSION=2 INSTALLS_OMF= yes INSTALLS_ICONS= yes +INSTALLS_SHLIB= yes USE_GNOME= gnomeprefix gnomehack intlhack gnomepanel \ gail gnomedocutils USE_GSTREAMER= yes diff --git a/x11/gnomeapplets2/Makefile b/x11/gnomeapplets2/Makefile index 00cc71ae2..61d134176 100644 --- a/x11/gnomeapplets2/Makefile +++ b/x11/gnomeapplets2/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnomeapplets2/Makefile,v 1.104 2006/02/23 21:58:22 ahze Exp $ +# $MCom: ports/x11/gnomeapplets2/Makefile,v 1.105 2006/02/26 15:32:52 ahze Exp $ # PORTNAME= gnomeapplets2 @@ -30,6 +30,7 @@ USE_GMAKE= yes GNOME_DESKTOP_VERSION=2 INSTALLS_OMF= yes INSTALLS_ICONS= yes +INSTALLS_SHLIB= yes USE_GNOME= gnomeprefix gnomehack intlhack gnomepanel \ gail gnomedocutils USE_GSTREAMER= yes diff --git a/x11/zenity/Makefile b/x11/zenity/Makefile index 48019e0b4..a8f82b563 100644 --- a/x11/zenity/Makefile +++ b/x11/zenity/Makefile @@ -3,7 +3,7 @@ # Whom: Franz Klammer <klammer@webonaut.com> # # $FreeBSD$ -# $MCom: ports/x11/zenity/Makefile,v 1.52 2006/01/17 00:51:31 ahze Exp $ +# $MCom: ports/x11/zenity/Makefile,v 1.53 2006/01/29 23:01:07 ahze Exp $ # PORTNAME= zenity @@ -24,6 +24,7 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack libgnomecanvas gconf2 gnomedocutils USE_BZIP2= yes +USE_GETTEXT= yes GNU_CONFIGURE= yes INSTALLS_OMF= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ |