diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-25 22:44:48 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-25 22:44:48 +0000 |
commit | cda30a295fd474159658e5a43f99f4441d06682f (patch) | |
tree | 2007491b9bfa70afd7bf89bf4d2324df2200b1b2 /x11-fm | |
parent | 483c9c20a1b87e8a7e307cb57e7e556dc8be9a5d (diff) |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Notes
Notes:
svn path=/head/; revision=209811
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/asfiles/Makefile | 5 | ||||
-rw-r--r-- | x11-fm/dfm/Makefile | 3 | ||||
-rw-r--r-- | x11-fm/gnome-commander/Makefile | 1 | ||||
-rw-r--r-- | x11-fm/mtoolsfm/Makefile | 1 | ||||
-rw-r--r-- | x11-fm/workplace/Makefile | 1 |
5 files changed, 3 insertions, 8 deletions
diff --git a/x11-fm/asfiles/Makefile b/x11-fm/asfiles/Makefile index f35c69987930..f2b6a851f5b7 100644 --- a/x11-fm/asfiles/Makefile +++ b/x11-fm/asfiles/Makefile @@ -7,7 +7,7 @@ PORTNAME= asfiles PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-fm afterstep windowmaker MASTER_SITES= ${MASTER_SITE_AFTERSTEP} MASTER_SITE_SUBDIR= apps/ASFiles @@ -19,8 +19,7 @@ COMMENT= X11 file manager. Dockable in WindowMaker LIB_DEPENDS= Dnd.1:${PORTSDIR}/x11/libdnd GNU_CONFIGURE= yes -USE_X_PREFIX= yes -USE_XPM= yes +USE_XORG= xpm USE_PERL5_BUILD=yes MAN1= files.1 MAN3= regexp.3 diff --git a/x11-fm/dfm/Makefile b/x11-fm/dfm/Makefile index b4c0b6d05e07..964862c5f13c 100644 --- a/x11-fm/dfm/Makefile +++ b/x11-fm/dfm/Makefile @@ -16,8 +16,7 @@ COMMENT= OS/2 - like Desktop-File-Manager for X Window System WRKSRC= ${WRKDIR}/${PORTNAME} -USE_X_PREFIX= yes -USE_XPM= yes +USE_XORG= xpm USE_GNOME= imlib GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/x11-fm/gnome-commander/Makefile b/x11-fm/gnome-commander/Makefile index c80cb654b3eb..6b667a4de902 100644 --- a/x11-fm/gnome-commander/Makefile +++ b/x11-fm/gnome-commander/Makefile @@ -23,7 +23,6 @@ CONFIGURE_ARGS= --without-fam CONFLICTS= gnome-commander2-* -USE_X_PREFIX= yes USE_GMAKE= yes USE_BZIP2= yes USE_GNOME= gnomeprefix gnomehack gnometarget gnomevfs gnomelibs gdkpixbuf diff --git a/x11-fm/mtoolsfm/Makefile b/x11-fm/mtoolsfm/Makefile index 8f4821c82c9b..38f9c7992622 100644 --- a/x11-fm/mtoolsfm/Makefile +++ b/x11-fm/mtoolsfm/Makefile @@ -17,7 +17,6 @@ COMMENT= A graphical frontend to mtools RUN_DEPENDS= mtools:${PORTSDIR}/emulators/mtools -USE_X_PREFIX= yes USE_GNOME= gtk12 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/x11-fm/workplace/Makefile b/x11-fm/workplace/Makefile index 470c10dcf1a1..1c287a836ff7 100644 --- a/x11-fm/workplace/Makefile +++ b/x11-fm/workplace/Makefile @@ -21,7 +21,6 @@ COMMENT= File manager and launcher GNU_CONFIGURE= yes USE_GNOME= gtk12 -USE_X_PREFIX= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/glib12 \ -I${LOCALBASE}/include/gtk12" \ LIBS="-L${LOCALBASE}/lib" |