diff options
author | dinoex <dinoex@FreeBSD.org> | 2012-01-31 12:34:58 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2012-01-31 12:34:58 +0800 |
commit | 12ce291f247e314d456a7b574fa3a2f443071c95 (patch) | |
tree | 071e1a0248eef8ac19acfca40dbcf4f44541b079 /devel/oniguruma | |
parent | 3da8b2faf6d038e83d7f962c7e73530709c953b8 (diff) | |
download | freebsd-ports-gnome-12ce291f247e314d456a7b574fa3a2f443071c95.tar.gz freebsd-ports-gnome-12ce291f247e314d456a7b574fa3a2f443071c95.tar.zst freebsd-ports-gnome-12ce291f247e314d456a7b574fa3a2f443071c95.zip |
- check CONFLICTS later
PR: 164652
Submitted by: Tsurutani Naoki
Diffstat (limited to 'devel/oniguruma')
-rw-r--r-- | devel/oniguruma/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/oniguruma/Makefile b/devel/oniguruma/Makefile index 9dc2b89576f3..8752c251e9a6 100644 --- a/devel/oniguruma/Makefile +++ b/devel/oniguruma/Makefile @@ -21,7 +21,7 @@ COMMENT= A BSDL Regular Expressions library compatible with POSIX/GNU/Perl WRKSRC= ${WRKDIR}/${PORTNAME} NO_LATEST_LINK= yes -CONFLICTS= oniguruma-4.* +CONFLICTS_INSTALL= oniguruma-4.* GNU_CONFIGURE= yes DOCS= HISTORY README doc/* |