diff options
Diffstat (limited to 'misc/compat10x/Makefile')
-rw-r--r-- | misc/compat10x/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/compat10x/Makefile b/misc/compat10x/Makefile index 6354b9fb0188..4662bf68a285 100644 --- a/misc/compat10x/Makefile +++ b/misc/compat10x/Makefile @@ -1,6 +1,6 @@ PORTNAME= compat10x PORTVERSION= 10.4.1004000.20181014 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= LOCAL/des PKGNAMESUFFIX= -${ARCH} @@ -16,6 +16,7 @@ PLIST= ${PKGDIR}/pkg-plist.${ARCH} TARGET_DIR= ${PREFIX}/lib/compat TARGET32_DIR= ${PREFIX}/lib32/compat USE_LDCONFIG= ${TARGET_DIR} +NO_SHLIB_PROVIDES_GLOB= libreadline.so.* libhistory.so.* .include <bsd.port.pre.mk> |