diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-04 04:36:30 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-04 04:36:30 +0000 |
commit | 186b8ba82fdd761aee89704395c52ac809bc7026 (patch) | |
tree | 65c820907a86a7c844ee463115637dde60f2aa36 /x11-fm | |
parent | 742adcabd74aa0adc91246bae79c97658a078415 (diff) | |
download | ports-186b8ba82fdd761aee89704395c52ac809bc7026.tar.gz ports-186b8ba82fdd761aee89704395c52ac809bc7026.zip |
Notes
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/xfce4-fm/Makefile | 6 | ||||
-rw-r--r-- | x11-fm/xfe/Makefile | 4 | ||||
-rw-r--r-- | x11-fm/xnc/Makefile | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/x11-fm/xfce4-fm/Makefile b/x11-fm/xfce4-fm/Makefile index b289b203cbe7..ff15d1bf6a45 100644 --- a/x11-fm/xfce4-fm/Makefile +++ b/x11-fm/xfce4-fm/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfce4-fm PORTVERSION= 4.0.3 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= x11-fm xfce MASTER_SITES= http://www.xfce.org/archive/xfce-${PORTVERSION}/src/ \ ftp://ftp.berlios.de/pub/xfce-goodies/${PORTVERSION}/xfce-${PORTVERSION}/src/ \ @@ -20,12 +20,12 @@ MAINTAINER= oliver@FreeBSD.org COMMENT= XFce 4 file manager BUILD_DEPENDS= xfce-mcs-manager:${PORTSDIR}/sysutils/xfce4-mcs-manager -LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old \ - dbh.1:${PORTSDIR}/databases/dbh \ +LIB_DEPENDS= dbh.1:${PORTSDIR}/databases/dbh \ xml2.5:${PORTSDIR}/textproc/libxml2 \ xfce4util.1:${PORTSDIR}/x11/libxfce4util \ xfcegui4.1:${PORTSDIR}/x11-toolkits/libxfce4gui +USE_GETTEXT= yes USE_GNOME= gtk20 USE_REINPLACE= yes USE_X_PREFIX= yes diff --git a/x11-fm/xfe/Makefile b/x11-fm/xfe/Makefile index eb746f522db5..ac002aa4e59b 100644 --- a/x11-fm/xfe/Makefile +++ b/x11-fm/xfe/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfe PORTVERSION= 0.54.2 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= x11-fm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,7 +16,6 @@ MAINTAINER= ptiJo@noos.fr COMMENT= Fast MS-Explorer like filemanager for X LIB_DEPENDS= FOX:${PORTSDIR}/x11-toolkits/fox \ - intl.5:${PORTSDIR}/devel/gettext-old \ png.5:${PORTSDIR}/graphics/png GNU_CONFIGURE= yes @@ -26,6 +25,7 @@ CONFIGURE_ENV+= CFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ CONFIGURE_ARGS+=--x-includes=${X11BASE}/include \ --x-libraries=${X11BASE}/lib \ --with-x +USE_GETTEXT= yes USE_GMAKE= yes USE_REINPLACE= yes diff --git a/x11-fm/xnc/Makefile b/x11-fm/xnc/Makefile index dec49057ad43..00992c352d38 100644 --- a/x11-fm/xnc/Makefile +++ b/x11-fm/xnc/Makefile @@ -7,7 +7,7 @@ PORTNAME= xnc PORTVERSION= 5.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-fm MASTER_SITES= http://www.xnc.dubna.su/src-5/ DISTNAME= ${PORTNAME}-${PORTVERSION}.src @@ -24,10 +24,10 @@ COMMENT= File manager for X Window # lha:${PORTSDIR}/archivers/lha LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ - tiff.4:${PORTSDIR}/graphics/tiff \ - intl.5:${PORTSDIR}/devel/gettext-old + tiff.4:${PORTSDIR}/graphics/tiff WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +USE_GETTEXT= yes USE_XLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-pty=BSD --with-libintl-prefix=${LOCALBASE} |