diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 16:44:09 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 16:44:09 +0000 |
commit | 5afc678aac11dcb929706121d1fec2707a1e8e54 (patch) | |
tree | 89d39d526223ba8929324fc0ca33a08f06f5f7ae /x11-fm | |
parent | dd9602c2a3e0aa86e76d2db30cf6349888702517 (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=209636
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/evidence/Makefile | 3 | ||||
-rw-r--r-- | x11-fm/x-files/Makefile | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/x11-fm/evidence/Makefile b/x11-fm/evidence/Makefile index ecf4f2461d6e..e32c65c48e3c 100644 --- a/x11-fm/evidence/Makefile +++ b/x11-fm/evidence/Makefile @@ -7,7 +7,7 @@ PORTNAME= evidence PORTVERSION= 0.9.8 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= x11-fm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -22,7 +22,6 @@ BROKEN= Does not compile USE_FAM= yes USE_GMAKE= yes -USE_X_PREFIX= yes USE_GNOME= gtk20 USE_GETTEXT= yes USE_EFL= imlib2 evas edje ecore embryo eet diff --git a/x11-fm/x-files/Makefile b/x11-fm/x-files/Makefile index 29dc375210c2..db1712e7b631 100644 --- a/x11-fm/x-files/Makefile +++ b/x11-fm/x-files/Makefile @@ -7,7 +7,7 @@ PORTNAME= x-files PORTVERSION= 2.00b1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-fm tk83 MASTER_SITES= http://users.tkk.fi/~mkivinie/X-Files/data/ DISTNAME= X-Files-${PORTVERSION} |