summaryrefslogtreecommitdiff
path: root/x11/xforms/Makefile
diff options
context:
space:
mode:
authorjschauma <jschauma@pkgsrc.org>2003-01-12 18:30:56 +0000
committerjschauma <jschauma@pkgsrc.org>2003-01-12 18:30:56 +0000
commitee682c2d8cd184fdbcec04b4eb6c2fc169c5f793 (patch)
tree795c9cf6dd59de5324c537f096a38cf45e2e3bfc /x11/xforms/Makefile
parent4206af23208fdbdd3f4b158f58543e2a3bf26fa1 (diff)
downloadpkgsrc-ee682c2d8cd184fdbcec04b4eb6c2fc169c5f793.tar.gz
Add LDFLAGS to the relevant Imakefile in order to fix the problem seen
in Huberts bulk-builds. Remove previous attempt to fix this and while we're there, we can remove USE_X11 since we already use USE_IMAKE.
Diffstat (limited to 'x11/xforms/Makefile')
-rw-r--r--x11/xforms/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/xforms/Makefile b/x11/xforms/Makefile
index 17febb41761..35e6d155fc4 100644
--- a/x11/xforms/Makefile
+++ b/x11/xforms/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2003/01/10 15:10:17 jschauma Exp $
+# $NetBSD: Makefile,v 1.45 2003/01/12 18:30:56 jschauma Exp $
#
DISTNAME= xforms-1.0-release
@@ -14,11 +14,9 @@ COMMENT= Graphical user interface toolkit for X Window System
USE_BUILDLINK2= YES
USE_IMAKE= YES
-USE_X11= YES
MAKE_ENV= DEPEND_DEFINES="${CPPFLAGS}"
SCRIPTS_ENV= DEPEND_DEFINES="${CPPFLAGS}"
-LDFLAGS+= -Wl,${_OPSYS_RPATH_NAME}${PREFIX}/lib
.include "../../graphics/jpeg/buildlink2.mk"
.include "../../graphics/tiff/buildlink2.mk"