diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-05-01 00:37:46 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-05-01 00:37:46 +0800 |
commit | a011d2cc5d45dac4bcdde10619033caec8dd2364 (patch) | |
tree | ab790e123ed3d0f3a02ac1007456f92dbf3e866a /x11 | |
parent | b50d1a90075ff178fe0186eafac259f00535d6d7 (diff) | |
download | freebsd-ports-gnome-a011d2cc5d45dac4bcdde10619033caec8dd2364.tar.gz freebsd-ports-gnome-a011d2cc5d45dac4bcdde10619033caec8dd2364.tar.zst freebsd-ports-gnome-a011d2cc5d45dac4bcdde10619033caec8dd2364.zip |
- Fix cases where 2 USES= were used
With hat: portmgr
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-libs/Makefile | 3 | ||||
-rw-r--r-- | x11/mlterm/Makefile | 1 | ||||
-rw-r--r-- | x11/wbarconf/Makefile | 7 |
3 files changed, 2 insertions, 9 deletions
diff --git a/x11/gnome-libs/Makefile b/x11/gnome-libs/Makefile index c71599f6ca4e..08729e16e038 100644 --- a/x11/gnome-libs/Makefile +++ b/x11/gnome-libs/Makefile @@ -16,12 +16,11 @@ BUILD_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian LIB_DEPENDS= png15:${PORTSDIR}/graphics/png RUN_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian -USES= charsetfix gettext +USES= charsetfix gettext pathfix USE_BZIP2= yes USE_XORG= xpm ice x11 USE_PERL5= yes USE_GMAKE= yes -USES= pathfix gettext USE_GNOME= gnomehier gnomeprefix esound gtk12 imlib libxml orbit USE_LDCONFIG= yes GNU_CONFIGURE= yes diff --git a/x11/mlterm/Makefile b/x11/mlterm/Makefile index 53670d0a4a50..c91f5a1a488b 100644 --- a/x11/mlterm/Makefile +++ b/x11/mlterm/Makefile @@ -111,7 +111,6 @@ LIB_DEPENDS+= utempter:${PORTSDIR}/sysutils/libutempter .endif USE_LDCONFIG= yes -USES= gettext MAN1= mlterm.1 mlclient.1 diff --git a/x11/wbarconf/Makefile b/x11/wbarconf/Makefile index bfeaa0237238..bdfbf4cd7531 100644 --- a/x11/wbarconf/Makefile +++ b/x11/wbarconf/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: wbarconf -# Date created: 21 may 2009 -# Whom: Olivier Cochard-Labbe <olivier@cochard.me> -# +# Created by: Olivier Cochard-Labbe <olivier@cochard.me> # $FreeBSD$ -# PORTNAME= wbarconf PORTVERSION= 0.7.2.2 @@ -22,7 +18,6 @@ USES= gettext NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME} PORTDOCS= README COPYING -USES= gettext do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin |