diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-06-04 13:49:15 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-06-04 13:49:15 +0000 |
commit | d2a5a46507b4fa4e6d3bc6e9878ff7fe88f7c797 (patch) | |
tree | 5d79a984f97ee9a5e47c732e344048cad874e544 /x11 | |
parent | cfbe99ab0bc3ba92e6d9ddc80a6aa8e27419287b (diff) | |
download | ports-d2a5a46507b4fa4e6d3bc6e9878ff7fe88f7c797.tar.gz ports-d2a5a46507b4fa4e6d3bc6e9878ff7fe88f7c797.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gskrab/Makefile | 2 | ||||
-rw-r--r-- | x11/innerspace/Makefile | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/x11/gskrab/Makefile b/x11/gskrab/Makefile index ab018affc768..b3d596678a5b 100644 --- a/x11/gskrab/Makefile +++ b/x11/gskrab/Makefile @@ -15,6 +15,8 @@ DISTNAME= GSKrab-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= GNUstep Keyboard Grabber +LICENSE= GPLv2 + USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes diff --git a/x11/innerspace/Makefile b/x11/innerspace/Makefile index d5e976556b2d..0c5dcb01d550 100644 --- a/x11/innerspace/Makefile +++ b/x11/innerspace/Makefile @@ -11,12 +11,13 @@ PORTREVISION= 2 CATEGORIES= x11 gnustep MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= gap - DISTNAME= InnerSpace-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= GNUstep screensaver +LICENSE= GPLv2 + USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes |