diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-11-26 07:03:46 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-11-26 07:03:46 +0800 |
commit | 8b4355102448dc719087faa1343a50a7e69b69a3 (patch) | |
tree | 319a60c6eea386da53192e9cff4cc91ac2310230 /x11 | |
parent | b3ca8f7f6d7183e9a7511b7bd9548e9c1b0812ff (diff) | |
download | marcuscom-ports-8b4355102448dc719087faa1343a50a7e69b69a3.tar.gz marcuscom-ports-8b4355102448dc719087faa1343a50a7e69b69a3.tar.zst marcuscom-ports-8b4355102448dc719087faa1343a50a7e69b69a3.zip |
auto-rmdir -> rmdir, see marcus's comment:
<FreeBSDMarcus> The '-' in the value seems awkward.
<FreeBSDMarcus> And "auto" is more inline with other FreeBSD convensions
(e.g. /etc/rc.conf values).
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7955 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libgnome/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile index 3f3194ed4..d52faa066 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.90 2006/11/25 21:40:11 ahze Exp $ +# $MCom: ports/x11/libgnome/Makefile,v 1.91 2006/11/25 22:06:36 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-rmdir +USE_GETTEXT= rmdir USE_XPM= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack esound \ |