mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Slave port of devel/apr', tuned for
devel/subversion'
This commit is contained in:
parent
428e52e1ca
commit
5a6b4f259b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=99900
2 changed files with 13 additions and 0 deletions
|
@ -32,6 +32,7 @@
|
|||
SUBDIR += antlr
|
||||
SUBDIR += apache-ant
|
||||
SUBDIR += apr
|
||||
SUBDIR += apr-svn
|
||||
SUBDIR += arch
|
||||
SUBDIR += argouml
|
||||
SUBDIR += argtable
|
||||
|
|
12
devel/apr-svn/Makefile
Normal file
12
devel/apr-svn/Makefile
Normal file
|
@ -0,0 +1,12 @@
|
|||
# New ports collection makefile for: apr-svn
|
||||
# Date created: 1 February 2003
|
||||
# Whom: Lev Serebryakov <lev@serebryakov.spb.ru>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
APR_UTIL_WITH_BERKELEY_DB= yes
|
||||
APR_UTIL_WITHOUT_THREADS= yes
|
||||
MASTERDIR= ${.CURDIR}/../apr
|
||||
CONFLICT= apr-*
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
Loading…
Add table
Reference in a new issue