diff options
author | jlam <jlam> | 2001-09-09 03:37:00 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-09-09 03:37:00 +0000 |
commit | d9ac3b894e82a99d71b58d03fad308f718f90217 (patch) | |
tree | 427da705764703a94f712bb0e321236c7353bd17 /wm/icewm-gnome | |
parent | c4a0ff39222fbd3481d97af0bc5ba9ce5704c4aa (diff) | |
download | pkgsrc-d9ac3b894e82a99d71b58d03fad308f718f90217.tar.gz |
Move USE_BUILDLINK_ONLY definition out of Makefile.common and into the
individual package Makefiles.
Diffstat (limited to 'wm/icewm-gnome')
-rw-r--r-- | wm/icewm-gnome/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/wm/icewm-gnome/Makefile b/wm/icewm-gnome/Makefile index 4c77f315d4f..fac6e2efcab 100644 --- a/wm/icewm-gnome/Makefile +++ b/wm/icewm-gnome/Makefile @@ -1,11 +1,13 @@ -# $NetBSD: Makefile,v 1.4 2001/08/29 22:41:24 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2001/09/09 03:37:02 jlam Exp $ PKGNAME= ${DISTNAME:S/-/-gnome-/} COMMENT= small, fast and light-weight window manager (GNOME version) CONFLICTS+= icewm-[0-9]* -.include "../../wm/icewm/Makefile.common" +USE_BUILDLINK_ONLY= # defined + +.include "../icewm/Makefile.common" CONFIGURE_ARGS+= --with-gnome-menus="${GNOME_CONFIG}" CONFIGURE_ARGS+= --with-imlib |