diff options
author | tmclaugh <tmclaugh@FreeBSD.org> | 2007-02-05 08:00:35 +0800 |
---|---|---|
committer | tmclaugh <tmclaugh@FreeBSD.org> | 2007-02-05 08:00:35 +0800 |
commit | 4bddddcaaf448e81b0370804687474b576f12b82 (patch) | |
tree | bad05c97cfa064885ba8ab5aba8e7dd42405236a /graphics | |
parent | 863912e641572121f8748428fbf3d0970abcfba0 (diff) | |
download | freebsd-ports-gnome-4bddddcaaf448e81b0370804687474b576f12b82.tar.gz freebsd-ports-gnome-4bddddcaaf448e81b0370804687474b576f12b82.tar.zst freebsd-ports-gnome-4bddddcaaf448e81b0370804687474b576f12b82.zip |
- Remove USE_LDCONFIG lines.
These are meant to be used via DllImport in C# apps, not linked against.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/f-spot/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/f-spot/Makefile b/graphics/f-spot/Makefile index c1670d4dea92..607277a09c56 100644 --- a/graphics/f-spot/Makefile +++ b/graphics/f-spot/Makefile @@ -27,7 +27,6 @@ USE_GNOME= gnomehack gnomeprefix gnometarget intlhack gnomesharp20 GNU_CONFIGURE= yes USE_GETTEXT= yes USE_GMAKE= yes -USE_LDCONFIG= yes INSTALLS_ICONS= yes CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ |