diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-12-10 14:02:14 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-12-10 14:02:14 +0800 |
commit | 9f83c336b633a97a1bad29997d02b018e7cb2b90 (patch) | |
tree | a41f64a34f7c4eff811fee88c7e0acdbfd0cc83f | |
parent | 90ee63d5ff65d7ac407e6a015239f9be4d3a5b7b (diff) | |
download | freebsd-ports-gnome-9f83c336b633a97a1bad29997d02b018e7cb2b90.tar.gz freebsd-ports-gnome-9f83c336b633a97a1bad29997d02b018e7cb2b90.tar.zst freebsd-ports-gnome-9f83c336b633a97a1bad29997d02b018e7cb2b90.zip |
- Update to 0.9.1
-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 7b097afb59cc..4d7d2bfb0a62 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 1072bab8f13f..8d7c87fd018a 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 |