diff options
author | garga <garga@FreeBSD.org> | 2007-07-11 20:04:42 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2007-07-11 20:04:42 +0800 |
commit | 0c39016a595ab9daa83f84b6e39926b4311fa56e (patch) | |
tree | 39d520b9134e591c28904a9235e7bbd6abb45489 /devel/libslang | |
parent | edd9f2b2e5523cb7abcf71394f318560c7dfab64 (diff) | |
download | freebsd-ports-gnome-0c39016a595ab9daa83f84b6e39926b4311fa56e.tar.gz freebsd-ports-gnome-0c39016a595ab9daa83f84b6e39926b4311fa56e.tar.zst freebsd-ports-gnome-0c39016a595ab9daa83f84b6e39926b4311fa56e.zip |
- Remove devel/libslang2-devel since devel/libslang was already updated to
version 2.1.1 and it's newer than -devel version
- Fix CONFLICTS
Diffstat (limited to 'devel/libslang')
-rw-r--r-- | devel/libslang/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libslang/Makefile b/devel/libslang/Makefile index e427d7e1c17f..0ea436f01452 100644 --- a/devel/libslang/Makefile +++ b/devel/libslang/Makefile @@ -23,7 +23,7 @@ USE_BZIP2= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes -CONFLICTS= libslang2-[0-9]* libslang2-devel-[0-9]* libslang-1.*.j[0-9] +CONFLICTS= libslang2-[0-9]* libslang-1.*.j[0-9] ALL_TARGET= all elf INSTALL_TARGET= install install-elf |