diff options
author | vanilla <vanilla@FreeBSD.org> | 1998-10-28 09:40:18 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1998-10-28 09:40:18 +0800 |
commit | 585eca307659d480048bdc38bd1a69d82d94b4a7 (patch) | |
tree | a580deb53087f2484989ed906df121e932b75c9a /graphics | |
parent | 5bf51aac8adcab14fd19a1cf8f4e84d26edd67ec (diff) | |
download | freebsd-ports-gnome-585eca307659d480048bdc38bd1a69d82d94b4a7.tar.gz freebsd-ports-gnome-585eca307659d480048bdc38bd1a69d82d94b4a7.tar.zst freebsd-ports-gnome-585eca307659d480048bdc38bd1a69d82d94b4a7.zip |
Ops.. Remove BROKEN tag, and add a patch for this problem.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gqview/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/gqview/Makefile b/graphics/gqview/Makefile index aafd43c529d7..e8da3875f2e4 100644 --- a/graphics/gqview/Makefile +++ b/graphics/gqview/Makefile @@ -3,7 +3,7 @@ # Date Created: 27 Oct 1998 # Whom: Vanilla Pooh Shu <vanilla@FreeBSD.ORG> # -# $Id: Makefile,v 1.1.1.1 1998/10/27 16:56:41 vanilla Exp $ +# $Id: Makefile,v 1.2 1998/10/27 20:26:37 asami Exp $ # DISTNAME= gqview-0.4.3.src @@ -17,8 +17,6 @@ MAINTAINER= Nakai@technologist.com LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 \ Imlib.1:${PORTSDIR}/graphics/imlib -BROKEN= build - USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/gqview-0.4.3 ALL_TARGET= gqview |