diff options
author | marcus <marcus@FreeBSD.org> | 2002-09-19 03:00:03 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-09-19 03:00:03 +0800 |
commit | 3021b59eeea55cb5378b7edc7dbc48af288e06a4 (patch) | |
tree | 4fbdd6ca263feecfae51d747217c76b7fd6e4b81 /astro | |
parent | b225162ee60dd65b1d2f210e3c2a535815e1553a (diff) | |
download | freebsd-ports-gnome-3021b59eeea55cb5378b7edc7dbc48af288e06a4.tar.gz freebsd-ports-gnome-3021b59eeea55cb5378b7edc7dbc48af288e06a4.tar.zst freebsd-ports-gnome-3021b59eeea55cb5378b7edc7dbc48af288e06a4.zip |
Fix the gdkpixbuf dependency.
Submitted by: bento
Pointy hat to: me
Diffstat (limited to 'astro')
-rw-r--r-- | astro/glunarclock/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/glunarclock/Makefile b/astro/glunarclock/Makefile index 98ead944408c..fa500299564c 100644 --- a/astro/glunarclock/Makefile +++ b/astro/glunarclock/Makefile @@ -18,7 +18,7 @@ USE_X_PREFIX= yes USE_REINPLACE= yes GNU_CONFIGURE= yes USE_GNOMENG= yes -USE_GNOME= gnomeprefix gnomehack gnomelibs gdk-pixbuf libpanel +USE_GNOME= gnomeprefix gnomehack gnomelibs gdkpixbuf libpanel CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |