diff options
author | mat <mat@FreeBSD.org> | 2013-11-20 07:08:44 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2013-11-20 07:08:44 +0800 |
commit | 57524a11df3f0950e857f0ffa06d8a160baa9437 (patch) | |
tree | ab8d23ab014eb4477219665648225ccea56d0295 /net-im | |
parent | 869dfb43fab6a3f2a51d1ab26c1b8cd6cf6e4a7a (diff) | |
download | freebsd-ports-gnome-57524a11df3f0950e857f0ffa06d8a160baa9437.tar.gz freebsd-ports-gnome-57524a11df3f0950e857f0ffa06d8a160baa9437.tar.zst freebsd-ports-gnome-57524a11df3f0950e857f0ffa06d8a160baa9437.zip |
- Convert to dos2unix.mk
- While at it convert to gmake.mk ports that still USE_GMAKE.
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/libjingle/Makefile | 5 | ||||
-rw-r--r-- | net-im/ramblercontacts/Makefile | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/net-im/libjingle/Makefile b/net-im/libjingle/Makefile index 875e8bb0418f..fb2c8b9095b0 100644 --- a/net-im/libjingle/Makefile +++ b/net-im/libjingle/Makefile @@ -21,11 +21,10 @@ LIB_DEPENDS= speex:${PORTSDIR}/audio/speex \ CONFLICTS= krb4-[0-9]* krb5-[0-9]* heimdal-[0-9]* srp-[0-9]* \ clusterit-[0-9]* pcp-[0-9]* synce-librapi2-[0-9]* -USES= pkgconfig -USE_DOS2UNIX= README +USES= pkgconfig dos2unix gmake +DOS2UNIX_FILES= README USE_GNOME= glib20 USE_OPENSSL= yes -USE_GMAKE= yes USE_AUTOTOOLS= libtool CONFIGURE_ENV= EXPAT_CFLAGS="-I${LOCALBASE}/include" \ EXPAT_LIBS="-L${LOCALBASE}/lib -lexpat" \ diff --git a/net-im/ramblercontacts/Makefile b/net-im/ramblercontacts/Makefile index e67c0794e647..050367a55616 100644 --- a/net-im/ramblercontacts/Makefile +++ b/net-im/ramblercontacts/Makefile @@ -13,8 +13,8 @@ COMMENT= Free, multi-service communication client from Rambler LICENSE= GPLv3 -USES= qmake -USE_DOS2UNIX= config.inc +USES= qmake dos2unix +DOS2UNIX_FILES= config.inc USE_XORG= xscrnsaver USE_QT4= qmake_build moc_build rcc_build uic_build designer_build \ webkit |