diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-01-27 10:07:38 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-01-27 10:07:38 +0000 |
commit | 32674286e4fe68c84898d9c3d74d2a7cbe458147 (patch) | |
tree | 197f0d9a5f7c68969dc6a8222cb6ba29145ee923 /graphics/gqview/Makefile | |
parent | Remove unrar since it is available in the better form (as source port) (diff) |
- 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 '')
-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: |