diff options
author | jlam <jlam> | 2002-08-25 21:50:52 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-08-25 21:50:52 +0000 |
commit | b6b94f0c669b1ef2a824c69854900b68ec821681 (patch) | |
tree | f54fdc39f5381d6b58a06e7e3ed458f63f0e9df2 /wm/amiwm | |
parent | ac9820da6cdeb5833fdaf2717a1633972572c5de (diff) | |
download | pkgsrc-b6b94f0c669b1ef2a824c69854900b68ec821681.tar.gz |
Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
Diffstat (limited to 'wm/amiwm')
-rw-r--r-- | wm/amiwm/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/wm/amiwm/Makefile b/wm/amiwm/Makefile index 956bd69b1e2..561cfc4a421 100644 --- a/wm/amiwm/Makefile +++ b/wm/amiwm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2002/03/12 22:25:18 jmc Exp $ +# $NetBSD: Makefile,v 1.7 2002/08/25 21:51:27 jlam Exp $ # DISTNAME= amiwm0.20pl48 @@ -15,12 +15,11 @@ RESTRICTED= "Restrictive copyright (non-commerical use only)" NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} -USE_BUILDLINK_ONLY= YES +USE_BUILDLINK2= yes USE_X11= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CFLAGS="-DHAVE_X11_EXTENSIONS_SHAPE_H=1 -O" \ X_PRE_LIBS="-Wl,-R${X11BASE}/lib" \ X_EXTRA_LIBS="-lXt" -.include "../../mk/x11.buildlink.mk" .include "../../mk/bsd.pkg.mk" |