diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-20 21:13:40 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-20 21:13:40 +0000 |
commit | 33a0de79455f79d44d1a3839a9403a71d57d30ba (patch) | |
tree | fa1522173e6a704c51c277ee3bf06f68be651200 /net/gicq | |
parent | 28a269205635da9b0914985f1c9dfd3567deaac1 (diff) |
Unbreak after recent GNOMENG change.
Notes
Notes:
svn path=/head/; revision=66918
Diffstat (limited to 'net/gicq')
-rw-r--r-- | net/gicq/Makefile | 2 | ||||
-rw-r--r-- | net/gicq/files/patch-ac | 6 |
2 files changed, 3 insertions, 5 deletions
diff --git a/net/gicq/Makefile b/net/gicq/Makefile index ff54c18a714c..9bcfc0e068a4 100644 --- a/net/gicq/Makefile +++ b/net/gicq/Makefile @@ -14,8 +14,6 @@ MASTER_SITE_SUBDIR= flathill MAINTAINER= flathill@FreeBSD.org -BROKEN= "Does not patch" - LIB_DEPENDS= icq.0:${PORTSDIR}/net/libicq USE_X_PREFIX= yes diff --git a/net/gicq/files/patch-ac b/net/gicq/files/patch-ac index 92a26e88bd61..edb8ba6f0be0 100644 --- a/net/gicq/files/patch-ac +++ b/net/gicq/files/patch-ac @@ -1,9 +1,9 @@ ---- Makefile.in.orig Mon Sep 6 23:36:43 1999 -+++ Makefile.in Mon Sep 6 23:37:18 1999 +--- Makefile.in.orig Fri Sep 20 17:11:23 2002 ++++ Makefile.in Fri Sep 20 17:11:57 2002 @@ -116,8 +116,10 @@ SUBDIRS = macros intl po pixmaps src doc - + +.ifdef HAVE_GNOME sysdir = $(datadir)/apps/Applications sys_DATA = gicq.desktop |