diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-10 14:49:35 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-10 14:49:35 +0800 |
commit | 001afe11f445e4869bac6a102524066580819412 (patch) | |
tree | 3b8d48aa271eba0bfcc38ae208c7dc331ca94217 /editors/nedit | |
parent | b41e4c8ce508f1206eba1b3746328e966b5be209 (diff) | |
download | freebsd-ports-gnome-001afe11f445e4869bac6a102524066580819412.tar.gz freebsd-ports-gnome-001afe11f445e4869bac6a102524066580819412.tar.zst freebsd-ports-gnome-001afe11f445e4869bac6a102524066580819412.zip |
Convert from USE_MOTIF to USES=motif
Diffstat (limited to 'editors/nedit')
-rw-r--r-- | editors/nedit/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/editors/nedit/Makefile b/editors/nedit/Makefile index 346076aee2a6..5eeb2e2e08ac 100644 --- a/editors/nedit/Makefile +++ b/editors/nedit/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: nedit -# Date created: 7 April 1996 -# Whom: Daniel Eischen <deischen@freebsd.org> -# +# Created by: Daniel Eischen <deischen@freebsd.org> # $FreeBSD$ -# PORTNAME= nedit PORTVERSION= 5.5 @@ -23,11 +19,11 @@ DISTFILES= nedit-5.5-src.tar.bz2 nedit.app-defaults EXTRACT_ONLY= nedit-5.5-src.tar.bz2 MAINTAINER= deischen@FreeBSD.org -COMMENT= An X11/Motif GUI text editor for programs and plain text files +COMMENT= X11/Motif GUI text editor for programs and plain text files LICENSE= GPLv1 +USES= motif USE_BZIP2= yes -USE_MOTIF= yes USE_XORG= xpm MAN1= nclient.1 nedit.1 ALL_TARGET= freebsd |