diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2007-08-14 20:44:00 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2007-08-14 20:44:00 +0000 |
commit | b7e61f78915c51ceb9251b66efa9b8b00ee93578 (patch) | |
tree | bff804eaaa3eac2bc0e4efe6cc401f52f1ce2480 /devel/libpeak/Makefile | |
parent | 68c66131c3dab4a54bb86a9d4aa8b1a8b3afc2c0 (diff) | |
download | ports-b7e61f78915c51ceb9251b66efa9b8b00ee93578.tar.gz ports-b7e61f78915c51ceb9251b66efa9b8b00ee93578.zip |
Notes
Diffstat (limited to 'devel/libpeak/Makefile')
-rw-r--r-- | devel/libpeak/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/devel/libpeak/Makefile b/devel/libpeak/Makefile index cc933affea49..cc26b93c0482 100644 --- a/devel/libpeak/Makefile +++ b/devel/libpeak/Makefile @@ -7,8 +7,8 @@ # PORTNAME= libpeak -PORTVERSION= 0.1.1 -PORTREVISION= 1 +PORTVERSION= 0.1.2 +PORTREVISION= 0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= peak @@ -20,13 +20,10 @@ ONLY_FOR_ARCHS= i386 USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +USE_GNOME= gnometarget MAKE_ARGS= CFLAGS="${CFLAGS}" PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ LIBS="${PTHREAD_LIBS}" USE_LDCONFIG= yes - -post-patch: - @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \ - ${WRKSRC}/configure +USE_AUTOTOOLS= libtool:15 .include <bsd.port.mk> |