diff options
author | joerg <joerg@pkgsrc.org> | 2007-02-19 22:09:59 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-02-19 22:09:59 +0000 |
commit | 21ea9576dae6523f65ed2a47d15787a3998a1922 (patch) | |
tree | ccc1a54420864f8e281591d9afb430b2516f02b0 /math | |
parent | e9512cfe1879985d2166352512afa74dc3f2414b (diff) | |
download | pkgsrc-21ea9576dae6523f65ed2a47d15787a3998a1922.tar.gz |
Modular Xorg support.
Diffstat (limited to 'math')
-rw-r--r-- | math/yorick/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/yorick/Makefile b/math/yorick/Makefile index ecd5f9a70ca..3ae69b3523b 100644 --- a/math/yorick/Makefile +++ b/math/yorick/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2006/04/22 16:26:55 joerg Exp $ +# $NetBSD: Makefile,v 1.21 2007/02/19 22:09:59 joerg Exp $ DISTNAME= yorick-1.6.02 PKGREVISION= 2 @@ -17,8 +17,6 @@ INSTALL_DIRS= ${WRKSRC} USE_TOOLS+= gmake makeinfo INFO_FILES= # PLIST -.include "../../mk/x11.buildlink3.mk" - post-patch: for f in ${WRKSRC}/ysite.sh; do \ ${SED} -e 's:@PREFIX@:${PREFIX}:g' $$f > $$f.tmp \ @@ -38,4 +36,5 @@ post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/emacs/site-lisp ${INSTALL_DATA} ${WRKSRC}/emacs/*.el ${PREFIX}/share/emacs/site-lisp +.include "../../x11/libX11/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |