diff options
author | asami <asami@FreeBSD.org> | 1998-07-23 23:37:05 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-07-23 23:37:05 +0800 |
commit | ca96bf48e1b58b210d30228f31db367d19cc9dcf (patch) | |
tree | c76ff6110beb1935a30db89f20c0c7b0e9fc8b63 /graphics | |
parent | 2c44ea5be5111d20803e4d615060268add604d30 (diff) | |
download | freebsd-ports-gnome-ca96bf48e1b58b210d30228f31db367d19cc9dcf.tar.gz freebsd-ports-gnome-ca96bf48e1b58b210d30228f31db367d19cc9dcf.tar.zst freebsd-ports-gnome-ca96bf48e1b58b210d30228f31db367d19cc9dcf.zip |
This port is not reinstall-friendly. I tried changing some
"ln -s"'s to "ln -sf"'s but it didn't work so I'm going to punt.
===> Installing for EZWGL-1.38
===> EZWGL-1.38 depends on shared library: jpeg\.9\. - found
tar: Could not create symlink to EZ_AllocateColorFromName.html : File exists
tar: Could not create symlink to EZ_ClearListBox.html : File exists
tar: Could not create symlink to EZ_DefineLightSrc.html : File exists
tar: Could not create symlink to EZ_DefineMaterial.html : File exists
tar: Could not create symlink to EZ_CMove3f.html : File exists
:
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/EZWGL/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/EZWGL/Makefile b/graphics/EZWGL/Makefile index 978bab9a1ba1..5ea5c70dd19d 100644 --- a/graphics/EZWGL/Makefile +++ b/graphics/EZWGL/Makefile @@ -3,7 +3,7 @@ # Date created: 4 May 1998 # Whom: Andrey Zakhvatov # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/05/19 08:50:09 tg Exp $ # DISTNAME= EZWGL-1.38 @@ -15,6 +15,8 @@ MAINTAINER= andy@icc.surw.chel.su LIB_DEPENDS= jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg +BROKEN= reinstall + ALL_TARGET= shared clean static USE_X11= yes |