diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-22 16:55:40 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-22 16:55:40 +0800 |
commit | 2dd61aca4b22d055ca2cba8fa904544f3f8cc39f (patch) | |
tree | 02cf3b0413400ead939cdfefbf254965eda87d68 /www | |
parent | 1f59d564b6d1f91f3f7effca1734e712238e0340 (diff) | |
download | freebsd-ports-gnome-2dd61aca4b22d055ca2cba8fa904544f3f8cc39f.tar.gz freebsd-ports-gnome-2dd61aca4b22d055ca2cba8fa904544f3f8cc39f.tar.zst freebsd-ports-gnome-2dd61aca4b22d055ca2cba8fa904544f3f8cc39f.zip |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Diffstat (limited to 'www')
-rw-r--r-- | www/aswedit/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/aswedit/Makefile b/www/aswedit/Makefile index 5276b8eeb871..9f518ec52b99 100644 --- a/www/aswedit/Makefile +++ b/www/aswedit/Makefile @@ -7,7 +7,7 @@ PORTNAME= asWedit PORTVERSION= 4.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www editors linux MASTER_SITES= ftp://sunsite.icm.edu.pl/pub/www/asWedit/ DISTNAME= asWedit-4.0-i386.linux @@ -19,7 +19,6 @@ RESTRICTED= Commercial software ONLY_FOR_ARCHS= i386 USE_LINUX= yes -USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/asWedit-4.0.1 |