diff options
author | jlam <jlam> | 2001-08-22 02:16:31 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-08-22 02:16:31 +0000 |
commit | 356df4478ed23db394d0645af0e403388282c737 (patch) | |
tree | afdd5c260abe244ee9d8db8cbee19c492dc74e8a /cad | |
parent | 624c1058f49954758f7e7537220116cc0bbab4a4 (diff) | |
download | pkgsrc-356df4478ed23db394d0645af0e403388282c737.tar.gz |
Add ${LIBGETOPT} to LIBS after change to libgetopt/buildlink.mk.
Diffstat (limited to 'cad')
-rw-r--r-- | cad/ng-spice/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cad/ng-spice/Makefile b/cad/ng-spice/Makefile index e94f264591b..78965072a30 100644 --- a/cad/ng-spice/Makefile +++ b/cad/ng-spice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/06/20 01:49:10 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2001/08/22 02:16:31 jlam Exp $ # DISTNAME= ng-spice-rework-13 @@ -17,6 +17,7 @@ LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig GNU_CONFIGURE= YES CONFIGURE_ARGS+= --disable-debug +LIBS+= ${LIBGETOPT} USE_X11= YES #USE_CURSES= YES |