diff options
author | sem <sem@FreeBSD.org> | 2005-05-22 03:57:07 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-05-22 03:57:07 +0800 |
commit | 5fb39babf8cf13d85de360e35ac8bfe6d70758eb (patch) | |
tree | 707cee08bf71fbf62e2e3c9f254c6f28771f6d5d /graphics | |
parent | aa2bee89bf77b44755eb9f5f6d6d724c9aabc63c (diff) | |
download | freebsd-ports-gnome-5fb39babf8cf13d85de360e35ac8bfe6d70758eb.tar.gz freebsd-ports-gnome-5fb39babf8cf13d85de360e35ac8bfe6d70758eb.tar.zst freebsd-ports-gnome-5fb39babf8cf13d85de360e35ac8bfe6d70758eb.zip |
- Fix permission of ld.conf. It should be 0644 instead of 0444.
- Unbreak unguilty ports.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ocaml-images/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/graphics/ocaml-images/Makefile b/graphics/ocaml-images/Makefile index 851df5c9ddc0..3760f66e75a3 100644 --- a/graphics/ocaml-images/Makefile +++ b/graphics/ocaml-images/Makefile @@ -29,8 +29,6 @@ LIB_DEPENDS= ungif.5:${PORTSDIR}/graphics/libungif \ jpeg.9:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff -BROKEN= Changes permissions of installed file - USE_XPM= yes USE_FREETYPE= yes GNU_CONFIGURE= yes |