diff options
author | jseger <jseger@FreeBSD.org> | 1998-10-16 12:30:24 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-10-16 12:30:24 +0800 |
commit | 81fa31b67381773b997f891ef29c516c4c552fb7 (patch) | |
tree | 89c5505e925a6b245cb7e56131931ab045985bcd /japanese/libslang | |
parent | f9ccd1f0cd7856b1e9526066a3ca15471726f480 (diff) | |
download | freebsd-ports-graphics-81fa31b67381773b997f891ef29c516c4c552fb7.tar.gz freebsd-ports-graphics-81fa31b67381773b997f891ef29c516c4c552fb7.tar.zst freebsd-ports-graphics-81fa31b67381773b997f891ef29c516c4c552fb7.zip |
Mark this BROKEN. Builds a package with WRONG library name.
Satoshi, does bsd.port.mk handle converting a library called libslang.1.2.2 to
libslang.1?
Diffstat (limited to 'japanese/libslang')
-rw-r--r-- | japanese/libslang/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/japanese/libslang/Makefile b/japanese/libslang/Makefile index 32a9d0724ff..afdc1681292 100644 --- a/japanese/libslang/Makefile +++ b/japanese/libslang/Makefile @@ -3,7 +3,7 @@ # Date created: 26 Jun 1998 # Whom: Takashi Mega <mega@minz.org> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/07/19 15:24:12 kuriyama Exp $ DISTNAME= slang1.2.2 PKGNAME= ja-libslang-1.2.2 @@ -16,6 +16,9 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= mega@minz.org + +BROKEN_ELF= yes + GNU_CONFIGURE= yes ALL_TARGET= all elf INSTALL_TARGET= install install-elf |