diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 06:45:47 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 06:45:47 +0000 |
commit | fb1131a6f9bfaa0ff0e2d4c3cc9154f7fdb335ad (patch) | |
tree | 33e0370986f010eb39f7c107403d9543c3a36534 /devel/ccrtp | |
parent | efeb4f1aa71c145d0087b4aa1ddf960e3556f74a (diff) |
Notes
Diffstat (limited to 'devel/ccrtp')
-rw-r--r-- | devel/ccrtp/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/ccrtp/Makefile b/devel/ccrtp/Makefile index 145d7eed69f8..9363b434864f 100644 --- a/devel/ccrtp/Makefile +++ b/devel/ccrtp/Makefile @@ -13,8 +13,7 @@ COMMENT= Implementation of the real-time transport protocol LIB_DEPENDS= commoncpp:${PORTSDIR}/devel/ucommon GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_GNOME= pkgconfig +USES= gmake pkgconfig USE_LDCONFIG= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -pthread" |