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 /net/py-mp-random | |
parent | Repocopy linux_base-f7 -> linux_base-f8 is completed. (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 'net/py-mp-random')
-rw-r--r-- | net/py-mp-random/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/py-mp-random/Makefile b/net/py-mp-random/Makefile index cdfeb20cab31..53e04bc3045e 100644 --- a/net/py-mp-random/Makefile +++ b/net/py-mp-random/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTNAME=mp-random +PORTNAME= mp-random PORTVERSION= 1.0 PORTREVISION= 3 CATEGORIES= net python @@ -17,7 +17,6 @@ MAINTAINER= randomimage-widget@mirrorproject.com COMMENT= Display random Mirror Project images on your desktop USE_PYTHON= yes -USE_X_PREFIX= yes USE_WX= 2.4 WX_COMPS= python NO_BUILD= yes |