diff options
author | mharo <mharo@FreeBSD.org> | 1999-05-02 19:28:56 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-05-02 19:28:56 +0800 |
commit | 9fa420f448b5186137c302b5677fd52b05099344 (patch) | |
tree | 50d628b092c551f987503926d728b6aa4e198713 /devel | |
parent | ca705d5ba8875102752bfa0cf8b40ab2b84d2345 (diff) | |
download | freebsd-ports-gnome-9fa420f448b5186137c302b5677fd52b05099344.tar.gz freebsd-ports-gnome-9fa420f448b5186137c302b5677fd52b05099344.tar.zst freebsd-ports-gnome-9fa420f448b5186137c302b5677fd52b05099344.zip |
add quotes around variable so it can work on the command line correctly
add a few more X libraries to the list
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ddd/Makefile | 4 |
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 |