diff options
author | adamw <adamw@FreeBSD.org> | 2003-04-13 13:19:24 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-04-13 13:19:24 +0800 |
commit | 5ee233da990ff12215de0a30de3c5c249e905210 (patch) | |
tree | 9594b2f6e00eb329a3864645b6ad7e12f835f5a7 /archivers | |
parent | f6e81d8d1613907101f8264d27527d61b231f7e3 (diff) | |
download | freebsd-ports-graphics-5ee233da990ff12215de0a30de3c5c249e905210.tar.gz freebsd-ports-graphics-5ee233da990ff12215de0a30de3c5c249e905210.tar.zst freebsd-ports-graphics-5ee233da990ff12215de0a30de3c5c249e905210.zip |
Use new GNOME2 infrastructure.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/file-roller/Makefile | 3 | ||||
-rw-r--r-- | archivers/fileroller/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/archivers/file-roller/Makefile b/archivers/file-roller/Makefile index 2a66be03b04..54973f7d524 100644 --- a/archivers/file-roller/Makefile +++ b/archivers/file-roller/Makefile @@ -17,7 +17,6 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= An archive manager for zip files, tar, etc -LIB_DEPENDS= gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui RUN_DEPENDS= lha:${PORTSDIR}/archivers/lha \ lzop:${PORTSDIR}/archivers/lzop .if !exists(/usr/bin/bzip2) @@ -26,7 +25,7 @@ RUN_DEPENDS+= bzip2:${PORTSDIR}/archivers/bzip2 USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack +USE_GNOME= gnomeprefix gnomehack libgnomeui USE_LIBTOOL= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/archivers/fileroller/Makefile b/archivers/fileroller/Makefile index 2a66be03b04..54973f7d524 100644 --- a/archivers/fileroller/Makefile +++ b/archivers/fileroller/Makefile @@ -17,7 +17,6 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= An archive manager for zip files, tar, etc -LIB_DEPENDS= gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui RUN_DEPENDS= lha:${PORTSDIR}/archivers/lha \ lzop:${PORTSDIR}/archivers/lzop .if !exists(/usr/bin/bzip2) @@ -26,7 +25,7 @@ RUN_DEPENDS+= bzip2:${PORTSDIR}/archivers/bzip2 USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack +USE_GNOME= gnomeprefix gnomehack libgnomeui USE_LIBTOOL= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |