Update Makefile to use USES=pkgconfig as per CHANGES/20130422/20120726 Fix: Apply patch
Responsible Changed From-To: freebsd-ports-bugs->bdrewery I'll take it.
State Changed From-To: open->closed Committed, with minor changes. Thanks!
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} _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"