diff options
author | dinoex <dinoex@FreeBSD.org> | 2005-04-03 13:23:01 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2005-04-03 13:23:01 +0800 |
commit | dc6fe77603dd35faacb598dfb4865565f224ea07 (patch) | |
tree | df2e9e58d0228d2479e839f88c3e67a52bfafa71 /x11-toolkits/gnustep-gui/Makefile | |
parent | abd65ab9b31213d9187c4078fd47498351d2d694 (diff) | |
download | freebsd-ports-graphics-dc6fe77603dd35faacb598dfb4865565f224ea07.tar.gz freebsd-ports-graphics-dc6fe77603dd35faacb598dfb4865565f224ea07.tar.zst freebsd-ports-graphics-dc6fe77603dd35faacb598dfb4865565f224ea07.zip |
- extend IGNORE message
Sergei Gnezdov
- update to 0.9.5
- remove WITH_GNUSTEP_DEVEL
Diffstat (limited to 'x11-toolkits/gnustep-gui/Makefile')
-rw-r--r-- | x11-toolkits/gnustep-gui/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/gnustep-gui/Makefile b/x11-toolkits/gnustep-gui/Makefile index 98c7f293be4..3a200dc9df2 100644 --- a/x11-toolkits/gnustep-gui/Makefile +++ b/x11-toolkits/gnustep-gui/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnustep-gui -PORTVERSION= 0.9.4 +PORTVERSION= 0.9.5 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNUSTEP} MASTER_SITE_SUBDIR= core @@ -48,7 +48,7 @@ NO_FILTER_SHLIBS= yes PLIST_SUB+= BASEVERSION=${PORTVERSION:C/[.][0-9]*$//1} .if !exists(/proc/curproc) -IGNORE= requires procfs mounted to build or run +IGNORE= requires procfs mounted to build or run, for details see procfs(5) .endif pre-configure: |