diff options
author | zuntum <zuntum> | 2001-06-30 09:45:48 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2001-06-30 09:45:48 +0000 |
commit | 65665249754cdad067fd4b9701d9c01b4616f820 (patch) | |
tree | e321d961943cd4d64a0b31e85dc33bff0a01b4b9 /wm/amiwm/Makefile | |
parent | 55c2a803046db8d144eebd9d3fbe901bd067002d (diff) | |
download | pkgsrc-65665249754cdad067fd4b9701d9c01b4616f820.tar.gz |
Converted to use buildlink.mk stuff
Diffstat (limited to 'wm/amiwm/Makefile')
-rw-r--r-- | wm/amiwm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wm/amiwm/Makefile b/wm/amiwm/Makefile index af7d34abe54..29ef7526a50 100644 --- a/wm/amiwm/Makefile +++ b/wm/amiwm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/06/07 00:09:21 jtb Exp $ +# $NetBSD: Makefile,v 1.4 2001/06/30 09:45:48 zuntum Exp $ # DISTNAME= amiwm0.20pl48 @@ -12,6 +12,7 @@ COMMENT= X window manager with Amiga look and feel LICENSE= amiwm-license +USE_BUILDLINK_ONLY= YES USE_X11= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CFLAGS="-DHAVE_X11_EXTENSIONS_SHAPE_H=1 -O" \ |