diff options
author | ale <ale@FreeBSD.org> | 2004-01-27 18:07:38 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-01-27 18:07:38 +0800 |
commit | 354da11ce8812ddd40380ad99187e21a9051d759 (patch) | |
tree | 4b34375b4f3746538bad242e0bd1e231bcf1d178 /graphics/gqview/Makefile | |
parent | 2d5995a9b27c827568f9bdacec7bccf1c7d481dc (diff) | |
download | freebsd-ports-gnome-354da11ce8812ddd40380ad99187e21a9051d759.tar.gz freebsd-ports-gnome-354da11ce8812ddd40380ad99187e21a9051d759.tar.zst freebsd-ports-gnome-354da11ce8812ddd40380ad99187e21a9051d759.zip |
- Update to 1.3.8 release
- Change maintainer to submitter
- Add CONFLICTS
PR: ports/61789
Submitted by: philip
Approved by: maintainer timeout (countless months),
nork (mentor/implicitly)
Diffstat (limited to 'graphics/gqview/Makefile')
-rw-r--r-- | graphics/gqview/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/gqview/Makefile b/graphics/gqview/Makefile index e79e97aea648..1c76cdd8c918 100644 --- a/graphics/gqview/Makefile +++ b/graphics/gqview/Makefile @@ -25,6 +25,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --disable-gnome +CONFLICTS= gqview-devel-1.3.* + MAN1= gqview.1 post-patch: |