diff options
author | joerg <joerg> | 2006-01-15 18:39:45 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-01-15 18:39:45 +0000 |
commit | d0b0c9b2f87ca0476b6c7dda43d4a767a8be86a1 (patch) | |
tree | 681864c398e824d492774ac3b8a453871c183982 /emulators | |
parent | b22020abd3f233eb0816b2f96bced7e4b560c8ca (diff) | |
download | pkgsrc-d0b0c9b2f87ca0476b6c7dda43d4a767a8be86a1.tar.gz |
Fix up last commit. Libraries are in ${X11BASE}/lib.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xtrs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/xtrs/Makefile b/emulators/xtrs/Makefile index 84d967dbe96..85202abbe07 100644 --- a/emulators/xtrs/Makefile +++ b/emulators/xtrs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/01/12 21:18:50 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2006/01/15 18:39:45 joerg Exp $ # DISTNAME= xtrs-4.9 @@ -19,7 +19,7 @@ SUBST_FILES.mf= Makefile.local SUBST_SED.mf= -e 's|/usr/local|${PREFIX}|g' \ -e 's|/usr/X11/|${X11PREFIX}/|g' \ -e 's|/usr/include/X11|${X11BASE}/include|g' \ - -e 's|^\(LDFLAGS = \)-L/usr/X11R6/lib|\1-Wl,-R${X11BASE} -L${X11BASE}|g' \ + -e 's|^\(LDFLAGS = \)-L/usr/X11R6/lib|\1-Wl,-R${X11BASE}/lib -L${X11BASE}/lib|g' \ -e 's|/share/man|/man|g' post-install: |