diff options
Diffstat (limited to 'devel/libPropList/Makefile')
-rw-r--r-- | devel/libPropList/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libPropList/Makefile b/devel/libPropList/Makefile index 3817c88cf9a2..867a80de1db8 100644 --- a/devel/libPropList/Makefile +++ b/devel/libPropList/Makefile @@ -15,8 +15,8 @@ DISTNAME= libPropList-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Property library for gnome and Window Maker -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 INSTALLS_SHLIB= yes -USE_AUTOCONF= yes +USE_AUTOCONF_VER= 213 .include <bsd.port.mk> |