diff options
author | jperkin <jperkin@pkgsrc.org> | 2014-08-21 15:35:08 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2014-08-21 15:35:08 +0000 |
commit | c942fb9de47bb8109b1ed133efc330ff9cd8b306 (patch) | |
tree | a343edd65959580c01465cc6b6ef731bc61a4a42 /graphics | |
parent | 8ce9c99b74682566ffb0917438fae3cbfd466072 (diff) | |
download | pkgsrc-c942fb9de47bb8109b1ed133efc330ff9cd8b306.tar.gz |
Remove a BUILDLINK_TRANSFORM which is now done centrally.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/shotwell/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/shotwell/Makefile b/graphics/shotwell/Makefile index 5e0f08e15ef..18344d90e42 100644 --- a/graphics/shotwell/Makefile +++ b/graphics/shotwell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2014/08/03 22:13:19 wiz Exp $ +# $NetBSD: Makefile,v 1.58 2014/08/21 15:35:08 jperkin Exp $ DISTNAME= shotwell-0.11.6 PKGREVISION= 25 @@ -25,7 +25,6 @@ REPLACE_SH+= configure .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "SunOS" -BUILDLINK_TRANSFORM+= rm:-export-dynamic BUILDLINK_TRANSFORM+= rm:-Wl,--no-as-needed .endif |