diff options
author | jlam <jlam> | 2001-08-17 21:16:45 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-08-17 21:16:45 +0000 |
commit | 7561f846cece0cb86e3234e5e1463f4bcb9ef588 (patch) | |
tree | 41ea9439b85df823eb19928f444ee8b20db33f17 /biology/chemtool | |
parent | f8078a78a9737d0da422cd83573039caaef5bf2a (diff) | |
download | pkgsrc-7561f846cece0cb86e3234e5e1463f4bcb9ef588.tar.gz |
Remove explicit settings of FOO_CONFIG=${BUILDLINK_CONFIG_WRAPPER.foo} in
MAKE_ENV as they are now added by the buildlink files themselves.
Diffstat (limited to 'biology/chemtool')
-rw-r--r-- | biology/chemtool/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/biology/chemtool/Makefile b/biology/chemtool/Makefile index 7e4fdffff61..2e9188a7acc 100644 --- a/biology/chemtool/Makefile +++ b/biology/chemtool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/06/30 11:58:46 zuntum Exp $ +# $NetBSD: Makefile,v 1.10 2001/08/17 21:16:50 jlam Exp $ DISTNAME= chemtool-1.3 CATEGORIES= biology @@ -10,7 +10,6 @@ COMMENT= Program for drawing organic molecules USE_BUILDLINK_ONLY= YES MAKE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}" -MAKE_ENV+= GTK_CONFIG="${BUILDLINK_CONFIG_WRAPPER.gtk}" post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/chemtool |