diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-07-11 18:24:22 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-07-11 18:24:22 +0000 |
commit | 3df4bce89046822c49122cc0a073068aeaee6295 (patch) | |
tree | dbfe833d6f03ee56ae243f154ec1678ee5288530 /deskutils | |
parent | a1fa02a1b070463f943dedde2e84dd77161ce03c (diff) |
Add gnomehack.
PR: ports/53766
Pointed out by: arved
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=84699
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/bulb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/bulb/Makefile b/deskutils/bulb/Makefile index 1828ed4a670d..9ee02de42241 100644 --- a/deskutils/bulb/Makefile +++ b/deskutils/bulb/Makefile @@ -14,7 +14,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= GNOME applet to warn about task terminations USE_X_PREFIX= yes -USE_GNOME= gnomelibs gnomeprefix libpanel +USE_GNOME= gnomehack gnomelibs gnomeprefix libpanel USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |