diff options
author | rakuco <rakuco@FreeBSD.org> | 2016-02-25 16:10:24 +0000 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2016-02-25 16:10:24 +0000 |
commit | 59e626417bc25eddd893441138e8ff741e7cc11e (patch) | |
tree | 5b6f7bacb6a6b938f976eeec797d5dd0538f8940 | |
parent | 18f2d338d7a561c8dfb5827c28291e911e9ec7f4 (diff) | |
download | FreeBSD-ports-59e626417bc25eddd893441138e8ff741e7cc11e.zip FreeBSD-ports-59e626417bc25eddd893441138e8ff741e7cc11e.tar.gz |
MFH: r409509
Set ALL_TARGET to poco.
The "all" target builds samples and tests regardless of whether they were
disabled in the configuration script (consequently not honoring the options set
in the port).
Approved by: ports-secteam (feld)
-rw-r--r-- | devel/poco/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/poco/Makefile b/devel/poco/Makefile index fcc5eef..9e7a645 100644 --- a/devel/poco/Makefile +++ b/devel/poco/Makefile @@ -14,6 +14,7 @@ LICENSE= BSL CONFLICTS= poco-ssl-[0-9]* USES= gmake tar:bzip2 +ALL_TARGET= poco HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --config=FreeBSD USE_LDCONFIG= yes |