diff options
author | Renato Botelho <garga@FreeBSD.org> | 2007-07-11 12:04:42 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2007-07-11 12:04:42 +0000 |
commit | 3fdc86ae02f4d714b5f0f74a779177962f3a9e52 (patch) | |
tree | 76757caf823cc9fc87c9f32d66d5e4a0622ea43f /devel/libslang2 | |
parent | d0d4566b76a00a46683847d3fbefbde29b4c3180 (diff) |
- Remove devel/libslang2-devel since devel/libslang was already updated to
version 2.1.1 and it's newer than -devel version
- Fix CONFLICTS
Notes
Notes:
svn path=/head/; revision=195413
Diffstat (limited to 'devel/libslang2')
-rw-r--r-- | devel/libslang2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libslang2/Makefile b/devel/libslang2/Makefile index 3b4c7fd73c77..45f02dfe98fa 100644 --- a/devel/libslang2/Makefile +++ b/devel/libslang2/Makefile @@ -22,7 +22,7 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFLICTS= libslang-[0-9]* libslang2-devel-[0-9]* +CONFLICTS= libslang-[0-9]* libslang-1.*.j[0-9] ALL_TARGET= all static INSTALL_TARGET= install install-static |