From 10d5aff9c56639581bddfd2990d2a48de2b6d349 Mon Sep 17 00:00:00 2001 From: mharo Date: Fri, 24 Mar 2000 07:26:15 +0000 Subject: remove aout support Approved by: mharo: you have my explicit permission to remove aout support from everything that's mine ;) --- devel/kdevelop/Makefile | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'devel') diff --git a/devel/kdevelop/Makefile b/devel/kdevelop/Makefile index 5a494cf8848a..c1a5f49b1e6b 100644 --- a/devel/kdevelop/Makefile +++ b/devel/kdevelop/Makefile @@ -39,18 +39,10 @@ CONFIGURE_ARGS= --with-qtdoc-dir=${X11BASE}/share/doc/qt/html \ --with-qt-includes=${X11BASE}/include/X11/qt \ --with-extra-includes=${LOCALBASE}/include \ --with-extra-libs=${LOCALBASE}/lib -MAKE_ENV= CXX="${CXX}" SOMAJOR="${SOMAJOR}" SOMINOR="${SOMINOR}" +MAKE_ENV= CXX="${CXX}" SOMAJOR="${SOMAJOR}" SOMAJOR= 1 -SOMINOR= 0 -.include - -.if ${PORTOBJFORMAT} == "aout" -LIBVER="${SOMAJOR}.${SOMINOR}" -.else -LIBVER="${SOMAJOR}" -.endif -PLIST_SUB+= LIBVER="${LIBVER}" +PLIST_SUB+= LIBVER="${SOMAJOR}" pre-patch: .if !defined(USE_OPTIONAL_DEPENDS) @@ -64,4 +56,4 @@ pre-patch: post-patch: @${LN} -sf /usr/include/g++/FlexLexer.h ${WRKSRC} -.include +.include -- cgit