diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-22 03:03:29 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-22 03:03:29 +0800 |
commit | 14640e433348dac4ed6781dacf90857b738af5af (patch) | |
tree | 4120b63f348f2855fd72d54bd8f0f939507e4652 /x11-themes | |
parent | 79d9caee633dc588d8541b5ce5463a46bd6b82d9 (diff) | |
download | freebsd-ports-graphics-14640e433348dac4ed6781dacf90857b738af5af.tar.gz freebsd-ports-graphics-14640e433348dac4ed6781dacf90857b738af5af.tar.zst freebsd-ports-graphics-14640e433348dac4ed6781dacf90857b738af5af.zip |
- Remove USE_XLIB/USE_X_PREFIX in favor of USE_XORG
- Bump PORTREVISION
Approved by: flz (maintainer via irc)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/cursor-dmz-aa-theme/Makefile | 3 | ||||
-rw-r--r-- | x11-themes/cursor-dmz-theme/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/x11-themes/cursor-dmz-aa-theme/Makefile b/x11-themes/cursor-dmz-aa-theme/Makefile index 4e47e679258..eba99dfcf84 100644 --- a/x11-themes/cursor-dmz-aa-theme/Makefile +++ b/x11-themes/cursor-dmz-aa-theme/Makefile @@ -7,7 +7,7 @@ PORTNAME= cursor-dmz-aa-theme PORTVERSION= 0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-themes MASTER_SITES= http://jimmac.musichall.cz/zip/ DISTNAME= vanilla-dmz-aa-${PORTVERSION} @@ -17,7 +17,6 @@ COMMENT= The DMZ AA style neutral scalable cursor theme USE_BZIP2= yes NO_BUILD= yes -USE_X_PREFIX= yes WRKSRC= ${WRKDIR} diff --git a/x11-themes/cursor-dmz-theme/Makefile b/x11-themes/cursor-dmz-theme/Makefile index c914cc63c9a..18ee66dad48 100644 --- a/x11-themes/cursor-dmz-theme/Makefile +++ b/x11-themes/cursor-dmz-theme/Makefile @@ -7,7 +7,7 @@ PORTNAME= cursor-dmz-theme PORTVERSION= 0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-themes MASTER_SITES= http://jimmac.musichall.cz/zip/ DISTNAME= vanilla-dmz-${PORTVERSION} @@ -17,7 +17,6 @@ COMMENT= The DMZ style neutral scalable cursor theme USE_BZIP2= yes NO_BUILD= yes -USE_X_PREFIX= yes WRKSRC= ${WRKDIR} |