diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-08-31 14:20:29 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-08-31 14:20:29 +0000 |
commit | 810fcd34d222c8454edfe0f4482218015055ba7f (patch) | |
tree | 5ba4ff725a6e05112f6ecc70f2f03a2b41da603a /devel/t1lib | |
parent | 98167c54e900ca7cd3d7970908c25de25138398f (diff) |
USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate.
Notes
Notes:
svn path=/head/; revision=47231
Diffstat (limited to 'devel/t1lib')
-rw-r--r-- | devel/t1lib/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/devel/t1lib/Makefile b/devel/t1lib/Makefile index 00ec3feaaac8..c2a431d327af 100644 --- a/devel/t1lib/Makefile +++ b/devel/t1lib/Makefile @@ -15,7 +15,6 @@ MASTER_SITE_SUBDIR= libs/graphics MAINTAINER= ijliao@FreeBSD.org USE_LIBTOOL= yes -GNU_CONFIGURE= yes .if !defined(WITHOUT_X11) USE_XLIB= yes |