diff options
author | sbd <sbd@pkgsrc.org> | 2012-07-30 07:00:12 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2012-07-30 07:00:12 +0000 |
commit | 4190af5924affdb50a18f80ae3eb62ecc0863523 (patch) | |
tree | 7714f23e5ec913ffdc915fe56c94ca03797dd44b /sysutils/amanda-plot | |
parent | a30908ef4452999b93702a9b67a5657669971d53 (diff) | |
download | pkgsrc-4190af5924affdb50a18f80ae3eb62ecc0863523.tar.gz |
Miscellaneous makefile clean up.
Diffstat (limited to 'sysutils/amanda-plot')
-rw-r--r-- | sysutils/amanda-plot/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/amanda-plot/Makefile b/sysutils/amanda-plot/Makefile index 22b666d004d..68bcc660d81 100644 --- a/sysutils/amanda-plot/Makefile +++ b/sysutils/amanda-plot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2012/07/30 06:57:22 sbd Exp $ +# $NetBSD: Makefile,v 1.28 2012/07/30 07:00:12 sbd Exp $ # PKGNAME= amanda-plot-${AMANDA_VERSION} @@ -12,8 +12,6 @@ PKG_DESTDIR_SUPPORT= destdir DEPENDS+= gnuplot>=3.7:../../graphics/gnuplot DEPENDS+= amanda-server-${AMANDA_VERSION}{,nb[0-9]*}:../../sysutils/amanda-server - -.include "../../mk/bsd.prefs.mk" .include "../../sysutils/amanda-common/Makefile.common" CONFIGURE_ARGS+= --without-client |