diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2008-08-12 17:13:44 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2008-08-12 17:13:44 +0000 |
commit | 40b08a8d1ce5553aa9d7f442cfd085c0eeaefb0c (patch) | |
tree | 91a14bb96eec932d716f63ea25914ef650508d8a /biology/adun/Makefile | |
parent | 245717ee1b5c9dcb3ef1846b93ee13da0504b79b (diff) |
Notes
Diffstat (limited to 'biology/adun/Makefile')
-rw-r--r-- | biology/adun/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/biology/adun/Makefile b/biology/adun/Makefile index 38c7ba26d4e4..eed318e1f794 100644 --- a/biology/adun/Makefile +++ b/biology/adun/Makefile @@ -24,7 +24,9 @@ USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} -PORTSCOUT= skipv:0.74,0.73,0.72,0.71 +# does not work +#PORTSCOUT= skipv:0.74,0.73,0.72,0.71 +PORTSCOUT= limit:^0\.7[1-4] DEFAULT_LIBVERSION2= 0.11 DEFAULT_LIBVERSION3= 3.0.1 |