diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-05-27 07:00:56 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-05-27 07:00:56 +0800 |
commit | 9e39a54f25e330acbc07604a8062bce7c1c534b2 (patch) | |
tree | 14bb3cb22a32f849fd062298041ec9706fc9c3d8 | |
parent | 6b2a0112e3b83bb055baa9b1969675e605ac1981 (diff) | |
download | freebsd-ports-gnome-9e39a54f25e330acbc07604a8062bce7c1c534b2.tar.gz freebsd-ports-gnome-9e39a54f25e330acbc07604a8062bce7c1c534b2.tar.zst freebsd-ports-gnome-9e39a54f25e330acbc07604a8062bce7c1c534b2.zip |
- By definition these ports can not conflict.
http://apr.apache.org/versioning.html#parallel
-rw-r--r-- | devel/apr0/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/devel/apr0/Makefile b/devel/apr0/Makefile index 25a8a91ec02f..ef8f782d65f7 100644 --- a/devel/apr0/Makefile +++ b/devel/apr0/Makefile @@ -16,8 +16,6 @@ COMMENT= Apache Portability Library LIB_DEPENDS+= expat.6:${PORTSDIR}/textproc/expat2 -CONFLICTS= apr-*-1.* - MAKE_JOBS_SAFE= yes OPTIONS= THREADS "Enable Threads in apr" on \ |