diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | 8503536d3896846d823f7f76be54e0a99da8d8b6 (patch) | |
tree | 1a89e4038216ead71b008f2a5091474964e1c341 /print/libgnomeprintmm | |
parent | c20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff) |
Notes
Diffstat (limited to 'print/libgnomeprintmm')
-rw-r--r-- | print/libgnomeprintmm/Makefile | 13 | ||||
-rw-r--r-- | print/libgnomeprintmm/pkg-plist | 1 |
2 files changed, 3 insertions, 11 deletions
diff --git a/print/libgnomeprintmm/Makefile b/print/libgnomeprintmm/Makefile index 0cb3af2eee11..c57c86e7a3c3 100644 --- a/print/libgnomeprintmm/Makefile +++ b/print/libgnomeprintmm/Makefile @@ -7,7 +7,7 @@ PORTNAME= libgnomeprintmm PORTVERSION= 2.5.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.5 @@ -26,7 +26,7 @@ USE_REINPLACE= yes USE_GCC= 3.4 USE_GNOME= gnomeprefix gnomehack libgnomeprint INSTALLS_SHLIB= yes -USE_AUTOTOOLS= libtool:15:inc +GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-static PLIST_SUB= VERSION="2.5" API_VERSION="2.6" @@ -35,13 +35,4 @@ post-patch: @${REINPLACE_CMD} -e "s|\(-lglibmm\)|-L\$$(GMM_PROCDIR)/../.. \1|" \ ${WRKSRC}/tools/extra_defs_gen/Makefile.in -patch-autotools:: - @(cd ${PATCH_WRKSRC}; \ - for file in ${LIBTOOLFILES}; do \ - ${CP} $$file $$file.tmp; \ - ${SED} -e "/^ltmain=/s^\$$ac_aux_dir/ltmain.sh^${LTMAIN}^g" \ - $$file.tmp > $$file; \ - ${RM} $$file.tmp; \ - done); - .include <bsd.port.mk> diff --git a/print/libgnomeprintmm/pkg-plist b/print/libgnomeprintmm/pkg-plist index 1f1f05899ada..e8046daedef1 100644 --- a/print/libgnomeprintmm/pkg-plist +++ b/print/libgnomeprintmm/pkg-plist @@ -14,6 +14,7 @@ include/libgnomeprintmm-%%API_VERSION%%/libgnomeprintmm/private/job_p.h include/libgnomeprintmm-%%API_VERSION%%/libgnomeprintmm/types.h include/libgnomeprintmm-%%API_VERSION%%/libgnomeprintmm/wrap_init.h lib/libgnomeprintmm-%%VERSION%%.a +lib/libgnomeprintmm-%%VERSION%%.la lib/libgnomeprintmm-%%VERSION%%.so lib/libgnomeprintmm-%%VERSION%%.so.2 lib/libgnomeprintmm-%%API_VERSION%%/include/libgnomeprintmmconfig.h |