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 /devel/ddd | |
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 'devel/ddd')
-rw-r--r-- | devel/ddd/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/devel/ddd/Makefile b/devel/ddd/Makefile index 2d00adf98680..d3009bb22a07 100644 --- a/devel/ddd/Makefile +++ b/devel/ddd/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: ddd -# Date created: Tue Jan 28, 1997 -# Whom: David O'Brien (obrien@NUXI.com) -# +# Created by: David O'Brien <obrien@NUXI.com> # $FreeBSD$ -# PORTNAME= ddd PORTVERSION= 3.3.12 @@ -16,9 +11,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= sergio@softshark.org COMMENT= Data Display Debugger -- a common graphical front-end for GDB/DBX/XDB -USE_GMAKE= yes +USES= gmake motif USE_XORG= xpm -USE_MOTIF= yes GNU_CONFIGURE= yes CFLAGS+= -Wno-deprecated |