diff options
Diffstat (limited to 'devel/talloc')
-rw-r--r-- | devel/talloc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/talloc/Makefile b/devel/talloc/Makefile index 936057ac4509..c2f55ce6acca 100644 --- a/devel/talloc/Makefile +++ b/devel/talloc/Makefile @@ -11,7 +11,7 @@ LICENSE= LGPL3 IGNORE_NONTHREAD_PYTHON=needs port lang/python${PYTHON_SUFFIX} to be built with THREADS support -CONFLICTS_INSTALL= talloc1-* +CONFLICTS_INSTALL= talloc1 #FLAVORS= default nopython #nopython_PKGNAMESUFFIX= -nopython |