diff options
author | zuntum <zuntum> | 2001-11-14 20:32:23 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2001-11-14 20:32:23 +0000 |
commit | 770a5f00bd33fbc9ccbcb5b37b1b67a28dbfcd1a (patch) | |
tree | 7d0a7814ffcbc2f458bf137af3d268287a6a6e0a /graphics | |
parent | 72843c61bea2a8e09f1043afc6c2c8ed5d4d1632 (diff) | |
download | pkgsrc-770a5f00bd33fbc9ccbcb5b37b1b67a28dbfcd1a.tar.gz |
Set USE_X11=yes so it gets -Wl,-R${X11BASE}/lib
I haven't a clue why this worked before and stopped now,
but I think I'm okay as this shouldn't break things.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/apla/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/apla/Makefile b/graphics/apla/Makefile index 455e3685322..de34c0af73c 100644 --- a/graphics/apla/Makefile +++ b/graphics/apla/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/08/19 08:32:40 zuntum Exp $ +# $NetBSD: Makefile,v 1.9 2001/11/14 20:32:23 zuntum Exp $ # DISTNAME= apla-1.0.3 @@ -9,6 +9,7 @@ MAINTAINER= zuntum@netbsd.org,w.wnuk@zodiac.mimuw.edu.pl COMMENT= replacement for aviplay player USE_BUILDLINK_ONLY= YES +USE_X11= YES do-install: ${INSTALL_PROGRAM} ${WRKSRC}/apla ${PREFIX}/bin |