diff options
Diffstat (limited to 'net/unison-devel/Makefile')
-rw-r--r-- | net/unison-devel/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/unison-devel/Makefile b/net/unison-devel/Makefile index 2b2b9ee6fd34..9c09f0c639ce 100644 --- a/net/unison-devel/Makefile +++ b/net/unison-devel/Makefile @@ -13,10 +13,13 @@ EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}.tar.gz MAINTAINER= madpilot@FreeBSD.org COMMENT= User-level file synchronization tool +IGNORE= No devel release available. \ + Install net/unison which is the latest stable version. + LICENSE= GPLv3 PLIST_SUB= PORTVERSION=${PORTVERSION} -USES= desktop-file-utils gmake +USES= gmake WANT_GNOME= yes MAKE_ARGS= CFLAGS="" CONFLICTS= unison-[0-9]* unison-nox11-[0-9]* |