mail/milter-manager: Explictly request ports package system
Without this configure argument, the makefile will assume it's building on pkgsrc when building on DragonFly. No-Op for FreeBSD.
This commit is contained in:
parent
68389b743d
commit
d47ab1d416
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=365719
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ GNU_CONFIGURE= yes
|
|||
MAKE_ARGS+= pkgconfigdir=${PREFIX}/libdata/pkgconfig
|
||||
CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
--with-libev \
|
||||
--with-package-platform=freebsd \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -lintl"
|
||||
USES= gmake pkgconfig libtool
|
||||
USE_GNOME= glib20 intltool
|
||||
|
|
Loading…
Reference in a new issue