diff options
-rw-r--r-- | devel/atlas-devel/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/devel/atlas-devel/Makefile b/devel/atlas-devel/Makefile index cbab977fcd5e..8fb6e6ea09c2 100644 --- a/devel/atlas-devel/Makefile +++ b/devel/atlas-devel/Makefile @@ -16,20 +16,15 @@ DISTNAME= ${PORTNAME}-C++-${PORTVERSION} MAINTAINER= jannisan@t-online.de COMMENT= A C++ reference implementation of the Atlas protocol -USE_REINPLACE= YES USE_LIBTOOL_VER=15 GNU_CONFIGURE= YES INSTALLS_SHLIB= YES USE_GCC= 3.4 USE_BZIP2= YES +USE_GNOME= gnomehack CONFIGURE_ARGS+=--program-transform-name= -post-patch: - @${REINPLACE_CMD} -e '\ - s|\(^pkgconfigdir =\) .*|\1 ${PREFIX}/libdata/pkgconfig|g' \ - ${WRKSRC}/Makefile.in - post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} |