diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2006-11-05 03:45:05 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2006-11-05 03:45:05 +0000 |
commit | 1a88278734c45ada8e18fca7c815b43d05826c3a (patch) | |
tree | 2375ba65fd99b806539d4ee9e1b29f8f3fd29c34 /editors/ghex/Makefile | |
parent | ddda5ed61be63fae22938ebe686c49beb6fa76a5 (diff) | |
download | ports-1a88278734c45ada8e18fca7c815b43d05826c3a.tar.gz ports-1a88278734c45ada8e18fca7c815b43d05826c3a.zip |
Notes
Diffstat (limited to 'editors/ghex/Makefile')
-rw-r--r-- | editors/ghex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/ghex/Makefile b/editors/ghex/Makefile index 555cbf2979af..e0b9fb11d420 100644 --- a/editors/ghex/Makefile +++ b/editors/ghex/Makefile @@ -22,7 +22,7 @@ USE_GNOME= gnomeprefix gnomehack intlhack gail libgnomeprintui libgnomeui USE_GETTEXT= yes GNU_CONFIGURE= yes INSTALLS_OMF= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |