diff options
author | Ade Lovett <ade@FreeBSD.org> | 2004-03-25 04:31:55 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2004-03-25 04:31:55 +0000 |
commit | 11e074812006a53e5f3f91ac8a1480ce203f321d (patch) | |
tree | 9c9e79a4b71d976a1d46bdcd0449185ab73b26be /graphics/xmorph | |
parent | 6d11f83f7da318e6904d93dbf2f09047aae29a62 (diff) | |
download | ports-11e074812006a53e5f3f91ac8a1480ce203f321d.tar.gz ports-11e074812006a53e5f3f91ac8a1480ce203f321d.zip |
Notes
Diffstat (limited to 'graphics/xmorph')
-rw-r--r-- | graphics/xmorph/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/xmorph/Makefile b/graphics/xmorph/Makefile index 427b0bcda459..309bd9521917 100644 --- a/graphics/xmorph/Makefile +++ b/graphics/xmorph/Makefile @@ -22,7 +22,7 @@ CONFLICTS= libmorph* USE_X_PREFIX= yes WANT_GNOME= yes USE_GNOME= gnometarget lthack -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" INSTALLS_SHLIB= yes |