Date: Wed, 8 May 2013 16:03:20 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r317694 - head/mail/dbmail22 Message-ID: <201305081603.r48G3Krr077131@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bdrewery Date: Wed May 8 16:03:20 2013 New Revision: 317694 URL: http://svnweb.freebsd.org/changeset/ports/317694 Log: - Convert to USES=pkgconfig PR: ports/178419 Submitted by: Alan Hicks <ahicks@p-o.co.uk> (maintainer) Modified: head/mail/dbmail22/Makefile Modified: head/mail/dbmail22/Makefile ============================================================================== --- head/mail/dbmail22/Makefile Wed May 8 16:00:32 2013 (r317693) +++ head/mail/dbmail22/Makefile Wed May 8 16:03:20 2013 (r317694) @@ -26,8 +26,9 @@ USE_AUTOTOOLS= libtool USE_GMAKE= yes USE_LDCONFIG= ${PREFIX}/lib/dbmail USE_RC_SUBR= dbmail-pop3d dbmail-lmtpd dbmail-imapd dbmail-timsieved -USE_GNOME= glib20 pkgconfig +USE_GNOME= glib20 USE_OPENSSL= yes +USES= pkgconfig CFLAGS+= -fPIC -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305081603.r48G3Krr077131>