svn commit: r317694 - head/mail/dbmail22
Bryan Drewery
bdrewery at FreeBSD.org
Wed May 8 16:03:20 UTC 2013
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 at 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}
More information about the svn-ports-head
mailing list