summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-05-02 11:28:56 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-05-02 11:28:56 +0000
commit887068771a932be7a2bded046ed46d629707c249 (patch)
tree63890050efed18f8ce736381027ab79a3119a97f /devel
parentUpgrade to isc-dhcp-2.b1.27 (diff)
add quotes around variable so it can work on the command line correctly
add a few more X libraries to the list
Notes
Notes: svn path=/head/; revision=18313
Diffstat (limited to 'devel')
-rw-r--r--devel/ddd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ddd/Makefile b/devel/ddd/Makefile
index 29b5017f179a..dc0bb355c1c2 100644
--- a/devel/ddd/Makefile
+++ b/devel/ddd/Makefile
@@ -4,7 +4,7 @@
# Date created: Tue Jan 28, 1997
# Whom: David O'Brien (obrien@NUXI.com)
#
-# $Id: Makefile,v 1.14 1999/03/09 09:11:47 asami Exp $
+# $Id: Makefile,v 1.15 1999/04/27 01:10:32 obrien Exp $
#
DISTNAME= ddd-3.1.4
@@ -21,7 +21,7 @@ MAINTAINER= obrien@FreeBSD.org
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-motif-libraries=${MOTIFLIB}
+CONFIGURE_ARGS= --with-motif-libraries="${MOTIFLIB} -lXt -lXext"
USE_GMAKE= yes
REQUIRES_MOTIF= yes
MAN1= ddd.1