diff options
Diffstat (limited to 'devel/ORBit/Makefile')
-rw-r--r-- | devel/ORBit/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/ORBit/Makefile b/devel/ORBit/Makefile index cbadb7e5e6f4..62ed01f5b3b5 100644 --- a/devel/ORBit/Makefile +++ b/devel/ORBit/Makefile @@ -7,7 +7,7 @@ PORTNAME= ORBit PORTVERSION= 0.5.17 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/ORBit/0.5 @@ -21,8 +21,7 @@ USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= glib12 gnometarget INSTALLS_SHLIB= yes -USE_AUTOTOOLS= libtool:13:inc -LIBTOOLFILES= configure popt/configure libIDL/configure +GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-indent CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |