diff options
author | Renato Botelho <garga@FreeBSD.org> | 2007-03-03 12:27:43 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2007-03-03 12:27:43 +0000 |
commit | 3f2ce94f799199d3c9230e85ba6ed83f83312c01 (patch) | |
tree | 46177abb6bfbbec6280fb85f37975d92bf99fd79 /devel/libslang2 | |
parent | b38bdb296380bb6b24b308f4edfda6ca4482e6cd (diff) |
Notes
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 389ff4b35a0d..367387788e68 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-1.* +CONFLICTS= libslang-[0-9]* libslang2-devel-[0-9]* ALL_TARGET= all elf INSTALL_TARGET= install install-elf |