diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2009-07-06 07:31:13 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2009-07-06 07:31:13 +0000 |
commit | a756da88adc74cd7badc7b8bbff8f0f699fb4bc0 (patch) | |
tree | fe49f5b4fd6f165db253750fac3d7891d58f78fa /x11-wm | |
parent | 3c52fc9aaff1cfe80c36340c15d421ae34ca0fd7 (diff) |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/etoile-azalea/Makefile | 3 | ||||
-rw-r--r-- | x11-wm/etoile-azswitch/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/etoile-login/Makefile | 2 |
3 files changed, 6 insertions, 1 deletions
diff --git a/x11-wm/etoile-azalea/Makefile b/x11-wm/etoile-azalea/Makefile index 274c39fc5231..916a1937db2f 100644 --- a/x11-wm/etoile-azalea/Makefile +++ b/x11-wm/etoile-azalea/Makefile @@ -16,6 +16,8 @@ DISTNAME= etoile-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= Azalea is a GNUstep window mamager +PORTSCOUT= limit:^0\.2 + USE_GNUSTEP= yes USE_GNUSTEP_PREFIX= yes USE_GNUSTEP_BACK= yes @@ -25,7 +27,6 @@ USE_GNUSTEP_SYSTEM_LIBS+= XWindowServerKit:${XWINDOWSERVERKIT_PORT} WRKSRC= ${WRKDIR}/Etoile-${PORTVERSION} USE_GNUSTEP_MAKE_DIRS+= Services/Private/Azalea -PORTSCOUT= limit:^0\.2$$ XWINDOWSERVERKIT_PORT?= x11/etoile-xwindowserverkit diff --git a/x11-wm/etoile-azswitch/Makefile b/x11-wm/etoile-azswitch/Makefile index 10967acaba42..bb6193ece609 100644 --- a/x11-wm/etoile-azswitch/Makefile +++ b/x11-wm/etoile-azswitch/Makefile @@ -16,6 +16,8 @@ DISTNAME= etoile-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= Etoile Project window switching +PORTSCOUT= limit:^0\.2 + USE_GNUSTEP= yes USE_GNUSTEP_PREFIX= yes USE_GNUSTEP_BACK= yes diff --git a/x11-wm/etoile-login/Makefile b/x11-wm/etoile-login/Makefile index 17a79834c895..1262d6786dc8 100644 --- a/x11-wm/etoile-login/Makefile +++ b/x11-wm/etoile-login/Makefile @@ -16,6 +16,8 @@ DISTNAME= etoile-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= Etoile Project GDM Greeter plugin +PORTSCOUT= limit:^0\.2 + USE_GNUSTEP= yes USE_GNUSTEP_PREFIX= yes USE_GNUSTEP_BACK= yes |