- Stage support

- Switch to USES
This commit is contained in:
Martin Wilke 2014-01-31 07:43:16 +00:00
parent 6f606db9f7
commit e1c401c414
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341927
3 changed files with 1 additions and 5 deletions

View File

@ -23,5 +23,4 @@ LDFLAGS+= -L${LOCALBASE}/lib
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -14,10 +14,8 @@ LIB_DEPENDS= sofia-sip-ua:${PORTSDIR}/net/sofia-sip \
dbus-glib-1:${PORTSDIR}/devel/dbus-glib
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_OPENSSL= yes
USES= pkgconfig
USES= pkgconfig gmake
USE_GNOME= glib20
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -19,5 +19,4 @@ GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} -lintl
NO_STAGE= yes
.include <bsd.port.mk>