diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-11-14 20:32:23 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-11-14 20:32:23 +0000 |
commit | d29edaffe817de2f0f86f0bcd5051de00cf7c298 (patch) | |
tree | 7d0a7814ffcbc2f458bf137af3d268287a6a6e0a | |
parent | b32cb3436e0f0091fa6140ba305dcc8b478328ff (diff) | |
download | pkgsrc-d29edaffe817de2f0f86f0bcd5051de00cf7c298.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.
-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 |