diff options
author | asami <asami@FreeBSD.org> | 1998-11-28 09:07:24 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-28 09:07:24 +0000 |
commit | 0d9a3ba20e67d57789b70884273f4ee7ff0d9d99 (patch) | |
tree | 0873b9bae48c5a80efd75d836b3d5fc1733d20c1 /x11/libdnd | |
parent | db787962a4d058ac3aa2ac3bc0464b25d0458321 (diff) | |
download | FreeBSD-ports-0d9a3ba20e67d57789b70884273f4ee7ff0d9d99.zip FreeBSD-ports-0d9a3ba20e67d57789b70884273f4ee7ff0d9d99.tar.gz |
A few more USE_XLIBs.
Diffstat (limited to 'x11/libdnd')
-rw-r--r-- | x11/libdnd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/libdnd/Makefile b/x11/libdnd/Makefile index acc1145..87baf81 100644 --- a/x11/libdnd/Makefile +++ b/x11/libdnd/Makefile @@ -3,7 +3,7 @@ # Date created: 8 August 1997 # Whom: lukin@okbmei.msk.su # -# $Id: Makefile,v 1.3 1997/11/19 12:22:01 tg Exp $ +# $Id: Makefile,v 1.4 1998/09/27 03:15:32 steve Exp $ # DISTNAME= dnd.1.1 @@ -14,6 +14,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= lukin@okbmei.msk.su +USE_XLIB= yes WRKSRC= ${WRKDIR}/DND/DNDlib GNU_CONFIGURE= yes CONFIGURE_ENV+= CXXFLAGS="${CFLAGS}" |