diff options
author | rodrigo <rodrigo@FreeBSD.org> | 2017-10-16 17:48:06 +0800 |
---|---|---|
committer | rodrigo <rodrigo@FreeBSD.org> | 2017-10-16 17:48:06 +0800 |
commit | 32f064e3dd60786ad852faead139c5f237126f3d (patch) | |
tree | eca306be9437e61677d742e8fc89ca0df3276a12 | |
parent | 055408aad1f6cc1ad8e108b3e32a23e98a8d5dd5 (diff) | |
download | freebsd-ports-gnome-32f064e3dd60786ad852faead139c5f237126f3d.tar.gz freebsd-ports-gnome-32f064e3dd60786ad852faead139c5f237126f3d.tar.zst freebsd-ports-gnome-32f064e3dd60786ad852faead139c5f237126f3d.zip |
Add a CONFLICT_INSTALL to report a conflict with net-im/gale.
Bump PORTREVISION
-rw-r--r-- | devel/liboop/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/liboop/Makefile b/devel/liboop/Makefile index b11ed3f059b3..cb2629e8a857 100644 --- a/devel/liboop/Makefile +++ b/devel/liboop/Makefile @@ -3,7 +3,7 @@ PORTNAME= liboop PORTVERSION= 1.0 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= devel MASTER_SITES= GENTOO \ http://download.ofb.net/liboop/ @@ -16,6 +16,8 @@ LICENSE= GPLv2 LIB_DEPENDS= libadns.so:dns/adns \ libwwwcore.so:www/libwww +CONFLICTS_INSTALL= gale + GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libwww MAKE_ENV= INSTALL_STRIP_FLAG=${STRIP} |