diff options
author | asau <asau> | 2012-10-08 09:57:15 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-08 09:57:15 +0000 |
commit | 4dacb59184a3da66b51557f777b52dd12343edbf (patch) | |
tree | 53b43134363be0fb8b959c5efdc853bf559a032d /misc/openoffice3 | |
parent | 73aa2b5bf64486588e2630220a4c71617b602c9e (diff) | |
download | pkgsrc-4dacb59184a3da66b51557f777b52dd12343edbf.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'misc/openoffice3')
-rw-r--r-- | misc/openoffice3/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/openoffice3/Makefile b/misc/openoffice3/Makefile index e754d6efb2f..ffe767e2bf0 100644 --- a/misc/openoffice3/Makefile +++ b/misc/openoffice3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.75 2012/10/03 21:56:44 wiz Exp $ +# $NetBSD: Makefile,v 1.76 2012/10/08 09:57:31 asau Exp $ OO_VER= 3.1.1 OO_TAG= OOO310_m19 @@ -20,8 +20,6 @@ HOMEPAGE= http://www.openoffice.org/ COMMENT= Integrated office productivity suite (version 3) LICENSE= gnu-lgpl-v3 -PKG_DESTDIR_SUPPORT= user-destdir - BUILD_DEPENDS+= p5-Archive-Zip-[0-9]*:../../archivers/p5-Archive-Zip DEPENDS+= libpaper-[0-9]*:../../print/libpaper |