diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-11-26 06:06:36 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-11-26 06:06:36 +0800 |
commit | b3ca8f7f6d7183e9a7511b7bd9548e9c1b0812ff (patch) | |
tree | fc336cb031f2dc153b16d05efdaad97e0713a810 /x11 | |
parent | 0e07efa86324b98a3f975da63a96a66aaaf7f371 (diff) | |
download | marcuscom-ports-b3ca8f7f6d7183e9a7511b7bd9548e9c1b0812ff.tar marcuscom-ports-b3ca8f7f6d7183e9a7511b7bd9548e9c1b0812ff.tar.gz marcuscom-ports-b3ca8f7f6d7183e9a7511b7bd9548e9c1b0812ff.tar.bz2 marcuscom-ports-b3ca8f7f6d7183e9a7511b7bd9548e9c1b0812ff.tar.lz marcuscom-ports-b3ca8f7f6d7183e9a7511b7bd9548e9c1b0812ff.tar.xz marcuscom-ports-b3ca8f7f6d7183e9a7511b7bd9548e9c1b0812ff.tar.zst marcuscom-ports-b3ca8f7f6d7183e9a7511b7bd9548e9c1b0812ff.zip |
- One more name change auto-plist -> auto-rmdir, name credit goes to mezz
- Make output quiet
I think we're ready for some real testing when you guys update ports =)
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7954 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-menus/Makefile | 4 | ||||
-rw-r--r-- | x11/libgnome/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/gnome-menus/Makefile b/x11/gnome-menus/Makefile index 577314d9f..8ee98d21c 100644 --- a/x11/gnome-menus/Makefile +++ b/x11/gnome-menus/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome-menus/Makefile,v 1.41 2006/11/07 07:54:51 marcus Exp $ +# $MCom: ports/x11/gnome-menus/Makefile,v 1.42 2006/11/25 21:46:58 ahze Exp $ # PORTNAME= gnome-menus @@ -16,7 +16,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Implementation of the FreeDesktop Desktop Menu Spec -USE_GETTEXT= auto-plist +USE_GETTEXT= auto-rmdir USE_BZIP2= yes USE_XLIB= yes USE_GMAKE= yes diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile index b776e8351..3f3194ed4 100644 --- a/x11/libgnome/Makefile +++ b/x11/libgnome/Makefile @@ -3,7 +3,7 @@ # Whom: Yukihiro Nakai <Nakai@technologist.com> # # $FreeBSD$ -# $MCom: ports/x11/libgnome/Makefile,v 1.89 2006/11/25 16:14:15 ahze Exp $ +# $MCom: ports/x11/libgnome/Makefile,v 1.90 2006/11/25 21:40:11 ahze Exp $ # PORTNAME= libgnome @@ -24,7 +24,7 @@ USE_BZIP2= yes BUILD_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper RUN_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper -USE_GETTEXT= auto-plist +USE_GETTEXT= auto-rmdir USE_XPM= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack esound \ |