From 6fce0756b65f1e39569da3859765bac4524ee89d Mon Sep 17 00:00:00 2001 From: vanilla Date: Thu, 19 May 2005 22:21:39 +0000 Subject: 1: fix pkg-plist. 2: use USE_LIBTOOL_VER instead HAS_CONFIGURE & GNU_CONFIGURE. Obtained from: kris@ --- misc/libhome/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'misc/libhome/Makefile') diff --git a/misc/libhome/Makefile b/misc/libhome/Makefile index 1490d3d..f7ead6f 100644 --- a/misc/libhome/Makefile +++ b/misc/libhome/Makefile @@ -22,7 +22,8 @@ OPTIONS+= PAM "Support for PAM (Experimental)" off OPTIONS+= PROXY "Support for Proxy Driver (Experimental)" off OPTIONS+= PGSQL "Support for PostgreSQL (Experimental)" off -HAS_CONFIGURE= yes +USE_LIBTOOL_VER= 15 +USE_GNOME= gnometarget INSTALLS_SHLIB= yes .include @@ -78,10 +79,6 @@ USE_PGSQL= YES CONFIGURE_ARGS+= --without-pgsql .endif -GNU_CONFIGURE= YES -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" prefix="${PREFIX}" home_finger - MAN5= home.conf.5 post-install: -- cgit v1.1