diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-04-21 08:01:14 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-04-21 08:01:14 +0800 |
commit | 1852ea286287245474acd103ab3b64546de7ccbf (patch) | |
tree | 576a2ae24148e2d54551e9cbba13beb2244dbb50 /graphics/epdfview/Makefile | |
parent | b020b08a125c1c0c6fb3393d5a63a529d9af6bc0 (diff) | |
download | marcuscom-ports-1852ea286287245474acd103ab3b64546de7ccbf.tar marcuscom-ports-1852ea286287245474acd103ab3b64546de7ccbf.tar.gz marcuscom-ports-1852ea286287245474acd103ab3b64546de7ccbf.tar.bz2 marcuscom-ports-1852ea286287245474acd103ab3b64546de7ccbf.tar.lz marcuscom-ports-1852ea286287245474acd103ab3b64546de7ccbf.tar.xz marcuscom-ports-1852ea286287245474acd103ab3b64546de7ccbf.tar.zst marcuscom-ports-1852ea286287245474acd103ab3b64546de7ccbf.zip |
Sync with FreeBSD ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10883 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/epdfview/Makefile')
-rw-r--r-- | graphics/epdfview/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/epdfview/Makefile b/graphics/epdfview/Makefile index 95273f9f2..1a7d6db83 100644 --- a/graphics/epdfview/Makefile +++ b/graphics/epdfview/Makefile @@ -24,8 +24,8 @@ INSTALLS_ICONS= yes USE_ICONV= yes USE_GMAKE= yes USE_GNOME= gtk20 intlhack -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" .if !defined(WITHOUT_NLS) USE_GETTEXT= yes |