diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-12-10 06:02:14 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-12-10 06:02:14 +0000 |
commit | 9f83c336b633a97a1bad29997d02b018e7cb2b90 (patch) | |
tree | a41f64a34f7c4eff811fee88c7e0acdbfd0cc83f /x11-toolkits/gnustep-back | |
parent | 90ee63d5ff65d7ac407e6a015239f9be4d3a5b7b (diff) | |
download | FreeBSD-ports-9f83c336b633a97a1bad29997d02b018e7cb2b90.zip FreeBSD-ports-9f83c336b633a97a1bad29997d02b018e7cb2b90.tar.gz |
- Update to 0.9.1
Diffstat (limited to 'x11-toolkits/gnustep-back')
-rw-r--r-- | x11-toolkits/gnustep-back/Makefile | 5 | ||||
-rw-r--r-- | x11-toolkits/gnustep-back/distinfo | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/x11-toolkits/gnustep-back/Makefile b/x11-toolkits/gnustep-back/Makefile index 7b097af..4d7d2bf 100644 --- a/x11-toolkits/gnustep-back/Makefile +++ b/x11-toolkits/gnustep-back/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnustep-back -PORTVERSION= 0.9.0 +PORTVERSION= 0.9.1 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNUSTEP} \ ftp://ftp.gnustep.org/pub/gnustep/%SUBDIR%/ @@ -62,7 +62,8 @@ PLIST_SUB+= USE_XLIB="" USE_XDPS="@comment " USE_ART="@comment " .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 -MAKE_ENV+= ADDITIONAL_LDFLAGS=-lcipher +ADDITIONAL_LDFLAGS+= -L/usr/lib -lcipher +MAKE_ENV+= ADDITIONAL_LDFLAGS="${ADDITIONAL_LDFLAGS}" .endif post-extract: diff --git a/x11-toolkits/gnustep-back/distinfo b/x11-toolkits/gnustep-back/distinfo index 1072bab..8d7c87f 100644 --- a/x11-toolkits/gnustep-back/distinfo +++ b/x11-toolkits/gnustep-back/distinfo @@ -1 +1 @@ -MD5 (gnustep-back-0.9.0.tar.gz) = a2e912a376315dbd3a188e0d5a617b3c +MD5 (gnustep-back-0.9.1.tar.gz) = 9279075240738140e11c8f15bb9824d5 |