diff options
Diffstat (limited to 'databases/mysql++1/Makefile')
-rw-r--r-- | databases/mysql++1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/mysql++1/Makefile b/databases/mysql++1/Makefile index 016b81fdc1d0..0fc7c2ae73d9 100644 --- a/databases/mysql++1/Makefile +++ b/databases/mysql++1/Makefile @@ -21,7 +21,7 @@ CONFIGURE_ARGS= --with-mysql=${LOCALBASE} \ --includedir=${PREFIX}/include/mysql++ \ --disable-examples CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes CONFLICTS= ${PORTNAME}*-2.* NO_LATEST_LINK= yes |